diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/subst.exp')
-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' -> `'." \ |