summaryrefslogtreecommitdiff
path: root/regress/agent-ptrace.sh
diff options
context:
space:
mode:
Diffstat (limited to 'regress/agent-ptrace.sh')
-rw-r--r--regress/agent-ptrace.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/agent-ptrace.sh b/regress/agent-ptrace.sh
index b9d86a29d..cd9c0023d 100644
--- a/regress/agent-ptrace.sh
+++ b/regress/agent-ptrace.sh
@@ -12,7 +12,9 @@ if have_prog uname ; then
12 esac 12 esac
13fi 13fi
14 14
15if ! have_prog gdb ; then 15if have_prog gdb ; then
16 : ok
17else
16 echo "skipped (gdb not found)" 18 echo "skipped (gdb not found)"
17 exit 0 19 exit 0
18fi 20fi