Kill off the old 'tests' stuff. Write a ton of new tests for the
[oweals/busybox.git] / testsuite / cp / cp-preserves-links
index d3223b132bc5f2c949e1f254d92e9b6ce6efa03b..301dc5fd83ee90185bcf0036cc3650b27657b2b2 100644 (file)
@@ -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`