testsh2.sh: change output to new cksum util
This commit is contained in:
parent
b01e9ebfdb
commit
f1b9e8249b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue