summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--regress/agent-ptrace.sh4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6bc8182cc..f56ff7a61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
120030912
2 - (tim) [regress/agent-ptrace.sh] sh doesn't like "if ! shell_function; then".
3
120030911 420030911
2 - (dtucker) [configure.ac] Bug #588, #615: Move other libgen tests to after 5 - (dtucker) [configure.ac] Bug #588, #615: Move other libgen tests to after
3 the dirname test, to allow a broken dirname to be detected correctly. 6 the dirname test, to allow a broken dirname to be detected correctly.
@@ -1070,4 +1073,4 @@
1070 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 1073 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
1071 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 1074 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
1072 1075
1073$Id: ChangeLog,v 1.2982 2003/09/12 05:32:17 tim Exp $ 1076$Id: ChangeLog,v 1.2983 2003/09/12 18:20:32 tim Exp $
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