testsh2.sh: change output to new cksum util

This commit is contained in:
Thomas Veerman 2012-10-30 13:08:45 +00:00
parent b01e9ebfdb
commit f1b9e8249b

View file

@ -198,7 +198,7 @@ if cmp -s x answer; then : ; else echo Error in strings test 1; fi
#Test sum
sum $f >x
cat >answer <<END
29904 1
29904 1 $f
END
if cmp -s x answer; then : ; else echo Error in sum test 1; fi