diff --git a/test/test-examples.sh b/test/test-examples.sh index 6017e3c3..da2fb1b8 100755 --- a/test/test-examples.sh +++ b/test/test-examples.sh @@ -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