Lines Matching refs:new
27 # tar-path tar the old and new archives
95 : new files and base archive
97 mkdir new
98 cd new
129 '') "$@" -wf ../new.$suf $fmt * || status=1 ;;
130 *) $tar cf ../new.$suf . || status=1 ;;
136 "$@" -rf new.$suf -wf old-new.$suf $fmt -z old.$suf || status=1
138 : replicate new archive
140 "$@" -rf old-new.$suf -z old.$suf -wf rep.$suf $fmt || status=1
148 diff -r new rep
168 : add same subdir to new but with newer time
171 mkdir new/asub
172 echo "zzz" > new/asub/w
174 : redo the old and new base archives
181 cd ../new
183 '') "$@" -wf ../new.$suf $fmt * || status=1 ;;
184 *) $tar cf ../new.$suf . || status=1 ;;
190 "$@" -rf new.$suf -wf old-new.$suf $fmt -z old.$suf || status=1
192 : replicate new archive
194 "$@" -rf old-new.$suf -z old.$suf -wf rep.$suf $fmt || status=1
203 diff -r new rep
221 cd ../new
249 "$@" -rw new cpy || status=1
250 diff -r new cpy/new
256 print -u2 "$TEST copy new cpy$result"