Home
last modified time | relevance | path

Searched refs:testcvs (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dsanity.sh285 testcvs=$1
288 testcvs=`pwd`/$1
295 if test ! -f $testcvs || test ! -r $testcvs; then
296 echo "No such file or file not readable: $testcvs" >&2
299 if $testcvs --version </dev/null 2>/dev/null |
301 echo "Not a CVS executable: $testcvs" >&2
322 configfile=`dirname $testcvs`/sanity.config.sh
365 : ${CVS_SERVER=$testcvs}
379 echo "No such file or file not readable: $remotehost:${testcvs}" >&2
394 echo "No such file or file not readable: ${testcvs}" >&2
[all …]
H A DChangeLog4424 * sanity.sh (conflicts2): s/cvs/$testcvs/.
5336 local $testcvs for these tests.
6608 * sanity.sh: Default $servercvs to $testcvs. Add SPROG so that testing
6612 of test names. Misc replacement of CVS_SERVER=${testcvs} with
6613 CVS_SERVER=${servercvs}. Confirm ${testcvs} & ${servercvs} exist and
6614 are executable. Set testcvs_server_support=true if the ${testcvs}
6616 (pserver): s/\$\{testcvs\}/${servercvs}/ for invocations of pserver.
8168 * sanity.sh (rcslib): Correct new tests to use ${testcvs} instead
8720 * sanity.sh (crerepos-6a): Set CVS_RSH for ${testcvs}, not for
H A DChangeLog-96675 * sanity.sh (testcvs): oops, forgot to comment out test version I
3955 * sanity.sh: use "${testcvs}" instead of "cvs" in devcom tests
H A DChangeLog-971170 names (e.g. "add") to "[a-z]*". Former should deal with ${testcvs}
/netbsd-src/external/gpl2/xcvs/dist/
H A DTESTS218 * $testcvs = full path to the cvs executable we are testing
244 detected in the ${testcvs} executable.