aboutsummaryrefslogtreecommitdiff
path: root/testsuite/cp/cp-preserves-links
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-04-05 18:46:24 +0000
committerEric Andersen <andersen@codepoet.org>2004-04-05 18:46:24 +0000
commitb2e267f15380ff6c48b0ee5c7cd9dd7f279b38c7 (patch)
treec5060041fff8dfc48b75dd0b3b64b1bd697d309d /testsuite/cp/cp-preserves-links
parent18751cd4a2f8fcac059bce9b09daef14e209eea1 (diff)
downloadbusybox-w32-b2e267f15380ff6c48b0ee5c7cd9dd7f279b38c7.tar.gz
busybox-w32-b2e267f15380ff6c48b0ee5c7cd9dd7f279b38c7.tar.bz2
busybox-w32-b2e267f15380ff6c48b0ee5c7cd9dd7f279b38c7.zip
Some test additions
Diffstat (limited to 'testsuite/cp/cp-preserves-links')
-rw-r--r--testsuite/cp/cp-preserves-links1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/cp/cp-preserves-links b/testsuite/cp/cp-preserves-links
index a5269e8d3..d3223b132 100644
--- a/testsuite/cp/cp-preserves-links
+++ b/testsuite/cp/cp-preserves-links
@@ -2,3 +2,4 @@ touch foo
2ln -s foo bar 2ln -s foo bar
3busybox cp -d bar baz 3busybox cp -d bar baz
4test -L baz 4test -L baz
5test `readlink baz` = "foo"