Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/testsuite/cp/cp-a-files-to-dir

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 532 by niro, Sat Sep 1 22:45:15 2007 UTC revision 816 by niro, Fri Apr 24 18:33:46 2009 UTC
# Line 2  echo file number one > file1 Line 2  echo file number one > file1
2  echo file number two > file2  echo file number two > file2
3  ln -s file2 link1  ln -s file2 link1
4  mkdir dir1  mkdir dir1
5  touch --date='Sat Jan 29 21:24:08 PST 2000' dir1/file3  # why???
6    #touch --date='Sat Jan 29 21:24:08 PST 2000' dir1/file3
7  mkdir there  mkdir there
8  busybox cp -a file1 file2 link1 dir1 there  busybox cp -a file1 file2 link1 dir1 there
9  test -f there/file1  test -f there/file1

Legend:
Removed from v.532  
changed lines
  Added in v.816