Merge test suite.
This commit is contained in:
7
testsuite/cmp/cmp-detects-difference
Normal file
7
testsuite/cmp/cmp-detects-difference
Normal file
@@ -0,0 +1,7 @@
|
||||
echo foo >foo
|
||||
echo bar >bar
|
||||
if busybox cmp -s foo bar; then
|
||||
return 1
|
||||
else
|
||||
return 0
|
||||
fi
|
Reference in New Issue
Block a user