Fix SKIP block in optional test
Tomas Doran [Sun, 7 Dec 2008 18:31:58 +0000 (18:31 +0000)]
t/optional_http-server-restart.t

index cb18ce8..1e163ba 100644 (file)
@@ -204,7 +204,7 @@ for ( 1 .. 20 ) {
         sleep 0.1;
         if ( $count++ > 100 ) {
             fail "Server restarted";
-            SKIP_NO_RESTART_2: {
+            SKIP: {
                 skip "Server didn't restart, no sense in checking response", 1;
             }
             next MULTI_DIR_RESTART;