| Index: LayoutTests/http/tests/websocket/cookie-http-to-ws.pl
|
| diff --git a/LayoutTests/http/tests/websocket/tests/hybi/cookie-http-to-ws.pl b/LayoutTests/http/tests/websocket/cookie-http-to-ws.pl
|
| similarity index 98%
|
| rename from LayoutTests/http/tests/websocket/tests/hybi/cookie-http-to-ws.pl
|
| rename to LayoutTests/http/tests/websocket/cookie-http-to-ws.pl
|
| index bc6c96a4725b633271ca6d5bd88542571aca4a3f..e947eeb4e85ae226b67f61f04244a0c1885282be 100755
|
| --- a/LayoutTests/http/tests/websocket/tests/hybi/cookie-http-to-ws.pl
|
| +++ b/LayoutTests/http/tests/websocket/cookie-http-to-ws.pl
|
| @@ -1,7 +1,7 @@
|
| #!/usr/bin/perl -wT
|
| use strict;
|
|
|
| -my $originPath = "/websocket/tests/hybi/cookie-http-to-ws.pl";
|
| +my $originPath = "/websocket/cookie-http-to-ws.pl";
|
|
|
| if ($ENV{"QUERY_STRING"} eq "clear=1") {
|
| print "Content-Type: text/plain\r\n";
|
|
|