test: Don't be noisy when running cd during testing

This commit is contained in:
James Shubin
2017-06-08 00:48:06 -04:00
parent 6fe12b3fb5
commit f1db088af4

View File

@@ -29,7 +29,7 @@ for file in `find . -maxdepth 3 -type f -name '*.go'`; do
done
rm "$buildout" || true # clean up build mess
cd - # back to tmp dir
cd - >/dev/null # back to tmp dir
rm `basename "$linkto"`
cd ..
rmdir "$tmpdir" # cleanup