about summary refs log tree commit diff
path: root/test/pamfind.test
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-05-30 02:11:23 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-05-30 02:11:23 +0000
commit5314448e55da76bf33edeebc0c17c0866ce2c879 (patch)
tree4bf04d9c9a34aaee9306cd0fa66099ae3116dea5 /test/pamfind.test
parentc95f75ad52009a53373192c6512baa89bbca5608 (diff)
downloadnetpbm-mirror-5314448e55da76bf33edeebc0c17c0866ce2c879.tar.gz
netpbm-mirror-5314448e55da76bf33edeebc0c17c0866ce2c879.tar.xz
netpbm-mirror-5314448e55da76bf33edeebc0c17c0866ce2c879.zip
Various new tests and corrections
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3621 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'test/pamfind.test')
-rwxr-xr-xtest/pamfind.test11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/pamfind.test b/test/pamfind.test
index 39cb1437..e55f290c 100755
--- a/test/pamfind.test
+++ b/test/pamfind.test
@@ -10,10 +10,12 @@ sorted1_res=${tmpdir}/pamfind_sorted1.res
 echo Test 1
 pamfind -color=grey17     testimg.ppm 
 pamfind -target=210,57,41 testimg.ppm
+pamfind -target=50,55,49 -machine testimg.ppm
 
 # Test 2
 echo Test 2
 pamfind -target=1 testgrid.pbm
+pamfind -target=0 -machine testgrid.pbm
 
 # Test 3
 # The two outputs should be disjoint
@@ -29,4 +31,13 @@ comm -12 ${sorted0_res}  ${sorted1_res} |
 
 rm ${sorted0_res} ${sorted1_res}
 
+# Test 4
 
+echo 1>&2
+echo "Invalid command-line argument combination." 1>&2
+echo "Error messages should appear below the line." 1>&2
+echo "-----------------------------------------------------------" 1>&2
+
+echo Test 4
+pamfind -color=black -target=1 testimg.ppm || \
+  echo expected error