From: Lionel Sambuc Date: Wed, 6 Nov 2013 15:25:23 +0000 (+0100) Subject: Fix testsh2 for OD on arm. X-Git-Tag: v3.3.0~512 X-Git-Url: http://zhaoyanbai.com/repos/icons/debian/openlogo-25.jpg?a=commitdiff_plain;h=fa06ff0ee363aa386b31d61677aa8eebf37be7c0;p=minix.git Fix testsh2 for OD on arm. Change-Id: I4bbed3b6dcb62e85e75887b9522734abae7307e4 --- 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 <