From 6108feca5a16dedf6e8f5b3a646eda6236c32c3d Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 7 Jul 2017 13:08:41 +0100 Subject: [PATCH] test-functions: Hide uninteresting 'git clean' output. --- test-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-functions b/test-functions index 771b6bc..c593744 100644 --- a/test-functions +++ b/test-functions @@ -29,7 +29,7 @@ function checkout_sources () cp -a $HOME/d/$project . pushd $project git checkout -f origin/master -B master - git clean -xdf + git clean -xdf >/dev/null git pull popd else -- 1.8.3.1