1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
++ mktemp -d
+ TESTDIR=/tmp/XXXX
++ readlink -f tests/003_test_fopen.c
+ TESTCODE=/home/dancer/DEBIAN/cowdancer/cowdancer/tests/003_test_fopen.c
++ readlink -f tests/run_c.sh
+ RUNC=/home/dancer/DEBIAN/cowdancer/cowdancer/tests/run_c.sh
+ cd /tmp/XXXX
+ mkdir 1/
+ touch 1/a 1/b 1/c 1/d
+ dd if=/dev/zero of=1/e bs=512 count=2
2+0 レコード入力
2+0 レコード出力
1024 バイト (1.0 kB) コピーされました、 1.2253e-05 秒、 83.6 MB/秒
+ ls -li 1/
+ sleep 1s
+ cp -al 1/ 2
+ echo ' 2/ before'
2/ before
+ ls -li 2/
合計 4
285871 -rw-r--r-- 2 dancer dancer 0 5月 25 21:42 a
285872 -rw-r--r-- 2 dancer dancer 0 5月 25 21:42 b
285873 -rw-r--r-- 2 dancer dancer 0 5月 25 21:42 c
285874 -rw-r--r-- 2 dancer dancer 0 5月 25 21:42 d
285588 -rw-r--r-- 2 dancer dancer 1024 5月 25 21:42 e
+ cow-shell /home/dancer/DEBIAN/cowdancer/cowdancer/tests/run_c.sh /home/dancer/DEBIAN/cowdancer/cowdancer/tests/003_test_fopen.c 2/a 2/b 2/c
+ echo ' 2/ after'
2/ after
+ ls -li 2/
合計 12
285871 -rw-r--r-- 2 dancer dancer 0 5月 25 21:42 a
285954 -rw-r--r-- 1 dancer dancer 4 5月 25 21:42 b
285677 -rw-r--r-- 1 dancer dancer 4 5月 25 21:42 c
285874 -rw-r--r-- 2 dancer dancer 0 5月 25 21:42 d
285588 -rw-r--r-- 2 dancer dancer 1024 5月 25 21:42 e
+ rm -rf 2/
+ ls -li 1/
+ echo ' 1/ differences; should not exist'
1/ differences; should not exist
+ diff -u ls.prev ls.after
+ rm -rf /tmp/XXXX
cow-shell unlink .ilist: No such file or directory
|