Robin Rosenberg <robin.rosenberg@xxxxxxxxxx> writes: > Binary files are except to this so far. Funny. This works on my home machine (CVS 1.12.13) while it does not pass test #2 "with spaces" on another machine that has CVS 1.11.22. > +. ./test-lib.sh > + > +export CVSROOT=$(dirname $(pwd))/cvsroot > +export CVSWORK=$(dirname $(pwd))/cvswork You are creating t/{cvsroot,cvswork} directories. Do not contaminate outside the test/trash directory your tests is started in. > +rm -rf $CVSROOT $CVSWORK People's $(pwd) can contain shell $IFS characters, especially on Cygwin. Be careful and quote them when in doubt. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html