]> Zhao Yanbai Git Server - minix.git/commitdiff
testsh2.sh: change output to new cksum util
authorThomas Veerman <thomas@minix3.org>
Tue, 30 Oct 2012 13:08:45 +0000 (13:08 +0000)
committerThomas Veerman <thomas@minix3.org>
Tue, 30 Oct 2012 13:08:45 +0000 (13:08 +0000)
test/testsh2.sh

index ede8aae2efd84f203329faa6e187fd6895c8d3f7..3ceb6b8a99aff900819bf6c767d6b9fa75eae6b9 100755 (executable)
@@ -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