This commit is contained in:
Thomas Guyot-Sionnest 2014-01-29 02:16:47 -05:00
parent 6f2d545244
commit fc9fbe1e89

View file

@ -78,7 +78,7 @@ foreach my $current_state (keys(%state)) {
}
}
# Same as aboce with substitute
# Same as above with substitute
foreach my $current_state (keys(%state)) {
foreach my $new_state (keys(%state)) {
$res = NPTest->testCmd( "./negate -s --$current_state=$new_state ./check_dummy ".$state{$current_state}." 'Fake $new_state'" );