aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.base/args.exp4
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 85ea359..1eb42e7 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,9 @@
2021-06-17 Simon Marchi <simon.marchi@efficios.com>
+ * gdb.base/args.exp: Remove trailing parenthesis in test names.
+
+2021-06-17 Simon Marchi <simon.marchi@efficios.com>
+
* gdb.base/args.exp: Use $old_gdbflags in all tests.
2021-06-17 Simon Marchi <simon.marchi@efficios.com>
diff --git a/gdb/testsuite/gdb.base/args.exp b/gdb/testsuite/gdb.base/args.exp
index e4cba65..e76368f 100644
--- a/gdb/testsuite/gdb.base/args.exp
+++ b/gdb/testsuite/gdb.base/args.exp
@@ -85,10 +85,10 @@ save_vars { GDBFLAGS } {
# Try with arguments containing literal single quotes.
set GDBFLAGS "$old_gdbflags --args $binfile 1 '' 3"
- args_test "one empty (with single quotes)" {{1} {''} {3}}
+ args_test "one empty with single quotes" {{1} {''} {3}}
set GDBFLAGS "$old_gdbflags --args $binfile 1 '' '' 3"
- args_test "two empty (with single quotes)" {{1} {''} {''} {3}}
+ args_test "two empty with single quotes" {{1} {''} {''} {3}}
# try with arguments containing literal newlines.