aboutsummaryrefslogtreecommitdiff
path: root/test.bash
diff options
context:
space:
mode:
Diffstat (limited to 'test.bash')
-rwxr-xr-xtest.bash3
1 files changed, 2 insertions, 1 deletions
diff --git a/test.bash b/test.bash
index 1f90b88..4ca50ef 100755
--- a/test.bash
+++ b/test.bash
@@ -32,7 +32,8 @@ else
echo "\"go tool vet\" not available - skipping"
fi
-go test ./... $*
+# We don't want all the subprocesses holding the lock file open
+go test ./... $* 200>&-
# The tests cannot to this themselves as they are run in parallel.
# Don't descend into possibly still mounted example filesystems.