about summary refs log tree commit diff
path: root/test/pnmquantall.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/pnmquantall.test')
-rwxr-xr-xtest/pnmquantall.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pnmquantall.test b/test/pnmquantall.test
index 7d9ddf82..f0f18ab0 100755
--- a/test/pnmquantall.test
+++ b/test/pnmquantall.test
@@ -14,4 +14,4 @@ done
 # Should print 1
 
 pnmcat testimg.red testimg.grn testimg.blu -tb | \
-    pgmhist -m | awk '$2>0 {s++}; END { print (s<=20) }'
+    pgmhist -m | awk '$2>0 {s++}; END { print s<=20 }'