aboutsummaryrefslogtreecommitdiff
path: root/testsuite/cp/cp-copies-empty-file
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/cp/cp-copies-empty-file')
-rw-r--r--testsuite/cp/cp-copies-empty-file3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/cp/cp-copies-empty-file b/testsuite/cp/cp-copies-empty-file
new file mode 100644
index 0000000..ad25aa1
--- /dev/null
+++ b/testsuite/cp/cp-copies-empty-file
@@ -0,0 +1,3 @@
+touch foo
+busybox cp foo bar
+cmp foo bar