testsuite fixes
[oweals/busybox.git] / testsuite / cp / cp-preserves-links
index a5269e8d389ac383d24f2992053e5607c9d798c8..301dc5fd83ee90185bcf0036cc3650b27657b2b2 100644 (file)
@@ -2,3 +2,4 @@ touch foo
 ln -s foo bar
 busybox cp -d bar baz
 test -L baz
+test xfoo = x`readlink baz`