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