aboutsummaryrefslogtreecommitdiff
path: root/testsuite/cp/cp-copies-small-file
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/cp/cp-copies-small-file')
-rw-r--r--testsuite/cp/cp-copies-small-file3
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 0000000..d52a887
--- /dev/null
+++ b/testsuite/cp/cp-copies-small-file
@@ -0,0 +1,3 @@
+echo I WANT > foo
+busybox cp foo bar
+cmp foo bar