commit | 9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Sun Sep 17 16:28:10 2006 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Sun Sep 17 16:28:10 2006 +0000 |
tree | 94c3c0678d1349497abe2db6004e9331e50f6d37 | |
parent | a6127aacef047ed7661722705b052811fbe7f467 [diff] [blame] |
whitespace cleanup
diff --git a/testsuite/cp/cp-dir-existing-dir b/testsuite/cp/cp-dir-existing-dir index 5ba3f8e..4c788ba 100644 --- a/testsuite/cp/cp-dir-existing-dir +++ b/testsuite/cp/cp-dir-existing-dir
@@ -1,5 +1,5 @@ -mkdir bar +mkdir bar touch bar/baz mkdir foo -busybox cp -R bar foo -test -f foo/bar/baz +busybox cp -R bar foo +test -f foo/bar/baz