diff options
Diffstat (limited to 'test/pamdice-roundtrip.test')
-rwxr-xr-x | test/pamdice-roundtrip.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/pamdice-roundtrip.test b/test/pamdice-roundtrip.test index 741615f5..4d3fba19 100755 --- a/test/pamdice-roundtrip.test +++ b/test/pamdice-roundtrip.test @@ -1,4 +1,4 @@ -#! /bin/bash +#! /bin/sh # This script tests: pamdice pamundice # Also requires: pamfile @@ -6,8 +6,8 @@ tmpdir=${tmpdir:-/tmp} fname_stem=${tmpdir}/pamdice_part mazesize=$(pamfile -size maze.pbm) -mw=$(echo ${mazesize} | cut -d" " -f1) -mh=$(echo ${mazesize} | cut -d" " -f2) +mw=$(echo ${mazesize} | cut -d " " -f 1) +mh=$(echo ${mazesize} | cut -d " " -f 2) echo "Test 1. Should print 281226646 481" |