diff --git a/test/testsh2.sh b/test/testsh2.sh index d75a11ef9..3dcda508a 100755 --- a/test/testsh2.sh +++ b/test/testsh2.sh @@ -113,7 +113,7 @@ if test -r x; then : ; else bomb "Error in du Test 1"; fi #Test od head -1 $f |od >x # see if od converts ascii to octal ok -if [ $ARCH = i86 -o $ARCH = i386 ] +if [ $ARCH = i86 -o $ARCH = i386 -o $ARCH = arm ] then cat >answer <x # see if od converts ascii to decimal ok -if [ $ARCH = i86 -o $ARCH = i386 ] +if [ $ARCH = i86 -o $ARCH = i386 -o $ARCH = arm ] then cat >answer <