summaryrefslogtreecommitdiffstats
path: root/test/run
diff options
context:
space:
mode:
Diffstat (limited to 'test/run')
-rwxr-xr-xtest/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run b/test/run
index 85acb0e..f840ea7 100755
--- a/test/run
+++ b/test/run
@@ -157,7 +157,7 @@ sub process_test($$$$) {
push @good, ($use_re ? '=~' : '==');
}
}
- my $good = !(grep /!/, @good);
+ my $good = !grep(/!/, @good);
$tests++;
$failed++ unless $good;
print_body(($good ? $OK : $FAILED)."\n");