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