search for: maybe_discard_scratch

Displaying 1 result from an estimated 1 matches for "maybe_discard_scratch".

2003 Jan 21
2
[patch] Two problems in testsuite (POSIX, perms)
...-230,7 +236,7 @@ ;; 77) # backticks will fill the whole file onto one line, which is a feature - echo "SKIP $testbase (`cat \"$scratchdir/whyskipped\"`)" + echo "SKIP $testbase ($(cat "$scratchdir/whyskipped"))" skipped=`expr $skipped + 1` maybe_discard_scratch ;; Index: testsuite/daemon-gzip-upload.test =================================================================== RCS file: /cvsroot/rsync/testsuite/daemon-gzip-upload.test,v retrieving revision 1.2 diff -u -r1.2 daemon-gzip-upload.test --- testsuite/daemon-gzip-upload.test 24 Dec 2002 07:25:25 -00...