diff options
Diffstat (limited to 'testsuite/cp/cp-preserves-links')
-rw-r--r-- | testsuite/cp/cp-preserves-links | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/cp/cp-preserves-links b/testsuite/cp/cp-preserves-links index a5269e8d3..d3223b132 100644 --- a/testsuite/cp/cp-preserves-links +++ b/testsuite/cp/cp-preserves-links | |||
@@ -2,3 +2,4 @@ touch foo | |||
2 | ln -s foo bar | 2 | ln -s foo bar |
3 | busybox cp -d bar baz | 3 | busybox cp -d bar baz |
4 | test -L baz | 4 | test -L baz |
5 | test `readlink baz` = "foo" | ||