From 82a14e1f3dde2ec2283b6f841d2c5e6287c06d8c Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 27 Nov 2016 21:09:09 +0000 Subject: Don't try to test a program that wasn't built git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2838 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- test/utahrle-roundtrip.test | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/utahrle-roundtrip.test') diff --git a/test/utahrle-roundtrip.test b/test/utahrle-roundtrip.test index 982b72a9..ff959990 100755 --- a/test/utahrle-roundtrip.test +++ b/test/utahrle-roundtrip.test @@ -2,6 +2,9 @@ # This script tests: pnmtorle rletopnm # Also requires: pamchannel pamtopnm +if [ "${URTLIB}" = "NONE" ]; then + exit 80 +fi #Test 1. Should produce 1571496937 33838, cksum of testimg.red pamchannel -infile=testimg.ppm -tupletype="GRAYSCALE" 0 | pamtopnm | \ -- cgit 1.4.1