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