The system() vs $SIG{ARLM} is no more a todo.
Jarkko Hietaniemi [Mon, 17 Dec 2001 18:36:20 +0000 (18:36 +0000)]
p4raw-id: //depot/perl@13736

t/op/alarm.t

index 0dfc661..12c8c26 100644 (file)
@@ -44,7 +44,4 @@ $diff = time - $start_time;
 # alarm time might be one second less than you said.
 is( $@, "ALARM!\n",             'alarm w/$SIG{ALRM} vs system()' );
 
-TODO: {
-    local $TODO = "alarm() can't stop a system call with \$SIG{ALRM} set";
-    ok( $diff == 3 || $diff == 2,   '   right time' );
-}
+ok( $diff == 3 || $diff == 2,   '   right time' );