Magellan Linux

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

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

revision 983 by niro, Sat Sep 1 22:45:15 2007 UTC revision 984 by niro, Sun May 30 11:32:42 2010 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  TZ=UTC0 touch -d '2000-01-30 05:24:08' dir1/file3
6  mkdir there  mkdir there
7  busybox mv file1 file2 link1 dir1 there  busybox mv file1 file2 link1 dir1 there
8  test -f there/file1  test -f there/file1

Legend:
Removed from v.983  
changed lines
  Added in v.984