From b2e267f15380ff6c48b0ee5c7cd9dd7f279b38c7 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 5 Apr 2004 18:46:24 +0000 Subject: Some test additions --- testsuite/cp/cp-a-preserves-links | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 testsuite/cp/cp-a-preserves-links (limited to 'testsuite/cp/cp-a-preserves-links') diff --git a/testsuite/cp/cp-a-preserves-links b/testsuite/cp/cp-a-preserves-links new file mode 100644 index 0000000..aae8313 --- /dev/null +++ b/testsuite/cp/cp-a-preserves-links @@ -0,0 +1,5 @@ +touch foo +ln -s foo bar +busybox cp -a bar baz +test -L baz +test `readlink baz` = "foo" -- cgit v1.1