diff options
Diffstat (limited to 'testsuite/cp/cp-copies-small-file')
-rw-r--r-- | testsuite/cp/cp-copies-small-file | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/cp/cp-copies-small-file b/testsuite/cp/cp-copies-small-file new file mode 100644 index 000000000..d52a887c0 --- /dev/null +++ b/testsuite/cp/cp-copies-small-file @@ -0,0 +1,3 @@ +echo I WANT > foo +busybox cp foo bar +cmp foo bar |