aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@codesourcery.com>2014-05-30 04:14:17 +0100
committerMaciej W. Rozycki <macro@codesourcery.com>2014-05-30 04:15:34 +0100
commitbf4ef81e851668ee0ca41b3b7e3ff3dec28de675 (patch)
treef05c2bccafd009954bb5f8996fb41d595598c0ea
parent0e4c9c52df0c527aab666c78a4b4214aa0767a62 (diff)
downloadgdb-bf4ef81e851668ee0ca41b3b7e3ff3dec28de675.zip
gdb-bf4ef81e851668ee0ca41b3b7e3ff3dec28de675.tar.gz
gdb-bf4ef81e851668ee0ca41b3b7e3ff3dec28de675.tar.bz2
gdb.reverse/sigall-reverse.exp: Typo fix
* gdb.reverse/sigall-reverse.exp: Fix a typo.
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.reverse/sigall-reverse.exp2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 0297ec6..9265f27 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
+
+ * gdb.reverse/sigall-reverse.exp: Fix a typo.
+
2014-05-29 Pedro Alves <palves@redhat.com>
Tom Tromey <tromey@redhat.com>
diff --git a/gdb/testsuite/gdb.reverse/sigall-reverse.exp b/gdb/testsuite/gdb.reverse/sigall-reverse.exp
index 65a8fd4..dc4f4b1 100644
--- a/gdb/testsuite/gdb.reverse/sigall-reverse.exp
+++ b/gdb/testsuite/gdb.reverse/sigall-reverse.exp
@@ -262,7 +262,7 @@ gdb_test "continue" \
"get signal TERM"
gdb_test "continue" "Breakpoint.*handle_TERM.*" "send signal TERM"
-gdb_test "continue" "\[process \[0-9\]+ .*" "continue to sigal exit" \
+gdb_test "continue" "\[process \[0-9\]+ .*" "continue to signal exit" \
"The next instruction is syscall exit_group.* program...y. or n. " \
"yes"