wow, this windows sh is super busted. try another hack

This commit is contained in:
Joey Hess 2016-02-15 16:15:23 -04:00
parent f9d79d194b
commit cceff0e46c
Failed to extract signature

View file

@ -101,10 +101,5 @@ PATH="$(pwd)/dist/build/git-annex/:$PATH"
export PATH export PATH
mkdir -p c:/WINDOWS/Temp/git-annex-test/ mkdir -p c:/WINDOWS/Temp/git-annex-test/
cd c:/WINDOWS/Temp/git-annex-test/ cd c:/WINDOWS/Temp/git-annex-test/
if withcyg git-annex.exe test; then rm -rf .t
rm -rf .t withcyg git-annex.exe test
else
rm -rf .t
echo "Test suite failure; failing build!" >&2
exit 1
fi