summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2009-06-30 22:30:46 +0000
committerfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2009-06-30 22:30:46 +0000
commitaa4d39eb2938fe33a35292aa86b5d307d6b15c20 (patch)
treef9bdab2705053b8ca56c04d6f69033d50ff3138a /test
parent227e8776dd15525287710168c5915ccf41582a52 (diff)
downloadlibapr-aa4d39eb2938fe33a35292aa86b5d307d6b15c20.tar.gz
play nice when called from bash.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@789991 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r--test/nw_misc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/nw_misc.c b/test/nw_misc.c
index cf68692bd..c3518bb16 100644
--- a/test/nw_misc.c
+++ b/test/nw_misc.c
@@ -4,6 +4,7 @@
void _NonAppStop( void )
{
+ if (getenv("_IN_NETWARE_BASH_") == NULL)
pressanykey();
}