diff options
Diffstat (limited to 'testsuite/cp/cp-parents')
-rw-r--r-- | testsuite/cp/cp-parents | 5 |
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 @@ | |||
1 | mkdir -p foo/bar/baz | ||
2 | touch foo/bar/baz/file | ||
3 | mkdir dir | ||
4 | busybox cp --parents foo/bar/baz/file dir | ||
5 | test -f dir/foo/bar/baz/file | ||