diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-09-17 16:28:10 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-09-17 16:28:10 +0000 |
commit | 85e2f33ede6f8cb70f9f50f6fb18c7b0a6082212 (patch) | |
tree | 94c3c0678d1349497abe2db6004e9331e50f6d37 /testsuite/cp | |
parent | 75648f106cb64fb6ccbb4a79d89fd6aef7298081 (diff) | |
download | busybox-w32-85e2f33ede6f8cb70f9f50f6fb18c7b0a6082212.tar.gz busybox-w32-85e2f33ede6f8cb70f9f50f6fb18c7b0a6082212.tar.bz2 busybox-w32-85e2f33ede6f8cb70f9f50f6fb18c7b0a6082212.zip |
whitespace cleanup
git-svn-id: svn://busybox.net/trunk/busybox@16142 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'testsuite/cp')
-rw-r--r-- | testsuite/cp/cp-dir-create-dir | 6 | ||||
-rw-r--r-- | testsuite/cp/cp-dir-existing-dir | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/testsuite/cp/cp-dir-create-dir b/testsuite/cp/cp-dir-create-dir index 2c89af67e..a8d7b50a5 100644 --- a/testsuite/cp/cp-dir-create-dir +++ b/testsuite/cp/cp-dir-create-dir | |||
@@ -1,4 +1,4 @@ | |||
1 | mkdir bar | 1 | mkdir bar |
2 | touch bar/baz | 2 | touch bar/baz |
3 | busybox cp -R bar foo | 3 | busybox cp -R bar foo |
4 | test -f foo/baz | 4 | test -f foo/baz |
diff --git a/testsuite/cp/cp-dir-existing-dir b/testsuite/cp/cp-dir-existing-dir index 5ba3f8e33..4c788ba73 100644 --- a/testsuite/cp/cp-dir-existing-dir +++ b/testsuite/cp/cp-dir-existing-dir | |||
@@ -1,5 +1,5 @@ | |||
1 | mkdir bar | 1 | mkdir bar |
2 | touch bar/baz | 2 | touch bar/baz |
3 | mkdir foo | 3 | mkdir foo |
4 | busybox cp -R bar foo | 4 | busybox cp -R bar foo |
5 | test -f foo/bar/baz | 5 | test -f foo/bar/baz |