diff options
author | Joel Brobecker <brobecker@gnat.com> | 2010-05-31 23:20:20 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2010-05-31 23:20:20 +0000 |
commit | f629457da977b54779bc4f22840b88e45dc302ea (patch) | |
tree | c25bf4a506056ebbd1755015a98584a28a307365 /gdb/testsuite/gdb.base | |
parent | 51794af883a67afadd94feec6b7f509f883c1094 (diff) | |
download | gdb-f629457da977b54779bc4f22840b88e45dc302ea.zip gdb-f629457da977b54779bc4f22840b88e45dc302ea.tar.gz gdb-f629457da977b54779bc4f22840b88e45dc302ea.tar.bz2 |
subst.exp: Empty message (3rd parameter) in call to gdb_test
This is something that Michael spotted and reported to me. Definitely
a mistake, causing the test to report no status...
gdb/testsuite:
2010-05-31 Joel Brobecker <brobecker@adacore.com>
* gdb.base/subst.exp: Fix call to gdb_test with empty message.
Tested on x86_64-linux. The test now reports 30 PASSes instead of 29.
Diffstat (limited to 'gdb/testsuite/gdb.base')
-rw-r--r-- | gdb/testsuite/gdb.base/subst.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/subst.exp b/gdb/testsuite/gdb.base/subst.exp index 2e7ee1a..b7f0ab2 100644 --- a/gdb/testsuite/gdb.base/subst.exp +++ b/gdb/testsuite/gdb.base/subst.exp @@ -110,7 +110,7 @@ gdb_test "unset substitute-path from" \ gdb_test "show substitute-path from" \ "Source path substitution rule matching `from':" \ - "" + "show substitute-path from, after unsetting it" gdb_test "show substitute-path" \ "List of all source path substitution rules:\r\n +`from1' -> `to1'.\r\n +`source' -> `destination'.\r\n\ +`depuis' -> `vers'.\r\n +`empty' -> `'." \ |