Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bryan@shatow.net>2018-10-25 00:38:04 +0300
committerBryan Drewery <bryan@shatow.net>2018-10-25 00:38:06 +0300
commit72fac2927e09f8764d95e901e0695cac0eaa018f (patch)
tree922e207e91d0266afc8e2ef121078c3f005511ac
parentb715fabe1502bc57e32aacec53447de13b5fd129 (diff)
runtest: Close stdin to avoid prompts
-rw-r--r--test/runtest.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runtest.sh b/test/runtest.sh
index 7c1dcb36..0da596fb 100644
--- a/test/runtest.sh
+++ b/test/runtest.sh
@@ -9,6 +9,7 @@ esac
: ${TIMEOUT:=90}
[ -t 0 ] && export FORCE_COLORS=1
+exec < /dev/null
# Need to trim environment of anything that may taint our top-level port var
# fetching.