代码搜索结果

找到约 10,000 项符合 Test 的代码

test14

#!/bin/sh . ./init_test echo "*** Initialisation with 2 hosts" touch $H/A/On_A touch $H/B/On_B touch $H/A/A_newer_than_B ; stamp 05 $H/A/A_newer_than_B touch $H/B/A_newer_than_B ; stamp 04 $H/B/A_n

test17

#!/bin/sh . ./init_test echo "*** Initialisations with 3 hosts" for I in A B C do touch $H/$I/On_$I touch $H/$I/On_$I.bis mkdir $H/$I/$I.dir_old mkdir $H/$I/$I.dir_new mkdir $H/$I/$I.dir_empty touc

test4

#!/bin/sh . ./init_test echo "*** Test very normal case with several hosts without remove" runA -f $H/A runB -a $H/B runC -a $H/C runD -a $H/D echo "o" > $H/A/a ; stamp 01 $H/A/a echo "p" > $H/B/b

test38

#!/bin/sh . ./init_test echo "*** A conflict between file (it was a directory) and a directory" runA -f $H/A mkdir $H/B/foo mkdir $H/B/bar mkdir $H/B/foobar mkdir $H/B/foobar/foobar runB -a $H/B

test31

#!/bin/sh . ./init_test echo "*** Test number of bytes to put on medium" size() { N=`cat number` ; fgrep "to compress and write on medium"

test18

#!/bin/sh echo "*** Initialisations with 3 hosts, second part" TEST18=yes exec ./test17

test22

#!/bin/sh . ./init_test echo "*** A conflict bug" touch $H/A/file mkdir $H/A/empty_dir mkdir $H/A/normal_dir touch $H/A/normal_dir/file touch $H/A/deleted_file mkdir $H/A/deleted_dir touch $H/A/del

test29

#!/bin/sh . ./init_test echo "*** Test delete on hierarchy and filefilter" # The problem: A directory is not filtred and its content is. # What happen when all is deleted. # Files deletion do not g

test19

#!/bin/sh echo "*** Initialisations with 3 hosts, third part" TEST19=yes exec ./test17

test33

#!/bin/sh . ./init_test echo "*** Test a strange real case: truncated medium and filtered files" runA -f $H/A runB -a $H/B # Create a filtered file echo "barbarbarbarbarbarbarbarbarbarbarbarbarba