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 aae8313c6..0c0cd9653 100644 --- a/testsuite/cp/cp-a-preserves-links +++ b/testsuite/cp/cp-a-preserves-links | |||
@@ -2,4 +2,4 @@ touch foo | |||
2 | ln -s foo bar | 2 | ln -s foo bar |
3 | busybox cp -a bar baz | 3 | busybox cp -a bar baz |
4 | test -L baz | 4 | test -L baz |
5 | test `readlink baz` = "foo" | 5 | test xfoo = x`readlink baz` |