index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testsuite
/
cmp
/
cmp-detects-difference
blob: b5544f9a831b2d76dedab2abffd01979901e8ab8 (
plain
)
1
2
3
4
5
6
7
echo foo >foo echo bar >bar if busybox cmp -s foo bar; then return 1 else return 0 fi