diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-04-05 18:46:24 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-04-05 18:46:24 +0000 |
commit | b2e267f15380ff6c48b0ee5c7cd9dd7f279b38c7 (patch) | |
tree | c5060041fff8dfc48b75dd0b3b64b1bd697d309d /testsuite/cp/cp-preserves-links | |
parent | 18751cd4a2f8fcac059bce9b09daef14e209eea1 (diff) | |
download | busybox-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-links | 1 |
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 | |||
2 | ln -s foo bar | 2 | ln -s foo bar |
3 | busybox cp -d bar baz | 3 | busybox cp -d bar baz |
4 | test -L baz | 4 | test -L baz |
5 | test `readlink baz` = "foo" | ||