Skip to content

Commit

Permalink
runtest: Close stdin to avoid prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
bdrewery committed Oct 24, 2018
1 parent da96eb1 commit 36b1dd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 36b1dd2

Please sign in to comment.