From f1db088af4df1fd7abe5df13516d391fc2bde23d Mon Sep 17 00:00:00 2001 From: James Shubin Date: Thu, 8 Jun 2017 00:48:06 -0400 Subject: [PATCH] test: Don't be noisy when running cd during testing --- test/test-examples.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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