aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-11-23 01:40:42 -0500
committerMike Frysinger <vapier@gentoo.org>2012-11-26 05:10:42 -0500
commit963811e4799eee8666f3b8f32e6c06d71315ddee (patch)
tree0bb748b40fded85514d3ba75cb5680c7ec59b3cc /tests
parentupdate ax_*.m4 files from upstream (diff)
downloadsandbox-963811e4799eee8666f3b8f32e6c06d71315ddee.tar.gz
sandbox-963811e4799eee8666f3b8f32e6c06d71315ddee.tar.bz2
sandbox-963811e4799eee8666f3b8f32e6c06d71315ddee.zip
tests: disable tostop on controlling terminal
If this flag is set, then the tests get all hung up. Clear it in case someone has it active on their terminal. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/atlocal.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/atlocal.in b/tests/atlocal.in
index 1addcf0..8435f61 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -19,3 +19,6 @@ if [ "${AUTOTEST_PATH}" = "tests" ] ; then
fi
export SANDBOX_VERBOSE=0
+
+# If the terminal has this flag set, the tests get all messed up.
+stty -tostop 2>/dev/null