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