summaryrefslogtreecommitdiffstats
path: root/test/environment/environment.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/environment/environment.sh')
-rwxr-xr-xtest/environment/environment.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/environment/environment.sh b/test/environment/environment.sh
index a6fe07a1c..785f57d3f 100755
--- a/test/environment/environment.sh
+++ b/test/environment/environment.sh
@@ -82,4 +82,12 @@ echo "TESTING: nice (test/environment/nice.exp)"
82echo "TESTING: quiet (test/environment/quiet.exp)" 82echo "TESTING: quiet (test/environment/quiet.exp)"
83./quiet.exp 83./quiet.exp
84 84
85which strace
86if [ "$?" -eq 0 ];
87then
88 echo "TESTING: --allow-debuggers (test/environment/allow-debuggers.exp)"
89 ./allow-debuggers.exp
90else
91 echo "TESTING SKIP: strace not found"
92fi
85 93