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