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 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 3  echo file number two > file2 Line 3  echo file number two > file2
3  ln -s file2 link1  ln -s file2 link1
4  mkdir dir1  mkdir dir1
5  # why???  # why???
6  #touch --date='Sat Jan 29 21:24:08 PST 2000' dir1/file3  #TZ=UTC0 touch -d '2000-01-30 05:24:08' 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.983  
changed lines
  Added in v.984