cp: fix "cp -RL" to create regular files even if src is a symlink
[oweals/busybox.git] / testsuite / cp / cp-a-files-to-dir
index 39f8f8103313517879c7ea07b45fb4cd7623b601..abdbdf77d6d409934aca4dfe74d5ca6a80be9563 100644 (file)
@@ -2,7 +2,8 @@ echo file number one > file1
 echo file number two > file2
 ln -s file2 link1
 mkdir dir1
-touch --date='Sat Jan 29 21:24:08 PST 2000' dir1/file3
+# why???
+#touch --date='Sat Jan 29 21:24:08 PST 2000' dir1/file3
 mkdir there
 busybox cp -a file1 file2 link1 dir1 there
 test -f there/file1