summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();
}