aboutsummaryrefslogtreecommitdiff
path: root/testsuite/cp/cp-parents
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/cp/cp-parents')
-rw-r--r--testsuite/cp/cp-parents5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/cp/cp-parents b/testsuite/cp/cp-parents
new file mode 100644
index 000000000..a721ceaf2
--- /dev/null
+++ b/testsuite/cp/cp-parents
@@ -0,0 +1,5 @@
1mkdir -p foo/bar/baz
2touch foo/bar/baz/file
3mkdir dir
4busybox cp --parents foo/bar/baz/file dir
5test -f dir/foo/bar/baz/file