summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2013-04-30 14:38:34 +0200
committerJean Delvare <jdelvare@suse.de>2013-04-30 14:38:34 +0200
commit95adface8b16da43fe3a336cf460242fc30a09c6 (patch)
tree637573f30a3e58f5d540400a63d2228e29a65c9e /test
parent8ef31a3373acf3abd4d5768e3e3280dfbbb39330 (diff)
downloadquilt-95adface8b16da43fe3a336cf460242fc30a09c6.tar.gz
Fix syntax highlighting of this file in gedit.
Diffstat (limited to 'test')
-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");