diff options
Diffstat (limited to 'testsuite/cp/cp-preserves-links')
-rw-r--r-- | testsuite/cp/cp-preserves-links | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/cp/cp-preserves-links b/testsuite/cp/cp-preserves-links new file mode 100644 index 000000000..a5269e8d3 --- /dev/null +++ b/testsuite/cp/cp-preserves-links | |||
@@ -0,0 +1,4 @@ | |||
1 | touch foo | ||
2 | ln -s foo bar | ||
3 | busybox cp -d bar baz | ||
4 | test -L baz | ||