tests: work around strangeness in MSYS
authorPeter Rosin <peda@lysator.liu.se>
Thu, 5 Jan 2012 09:45:16 +0000 (10:45 +0100)
committerPeter Rosin <peda@lysator.liu.se>
Thu, 5 Jan 2012 09:48:40 +0000 (10:48 +0100)
commit317e6ca3cea900d1f401c27814cf672303aa813a
tree2fb239f55471791ac97d74091cd08993d71a7b0c
parent8f76fd511ed794810a7cff4d6043e1cdc6255754
tests: work around strangeness in MSYS

MSYS mishandles carriage returns and behaves very strangely for
directories with colon in them.  It seems that colon-directories are
somehow mixed up with drive letters.

Fixes automake bug#7849.

* tests/instspc.tap: Skip instead of erroring out when $test_string
is empty for the carriageret case, as that is expected on MSYS.  Also,
for similar reasons, skip instead of erroring out when it is not
possible to cd into the just created directory, and the directory
name contains a colon.  Update copyright years.
tests/instspc.tap