gdb/testsuite/

* gdb.base/default.exp (cd): Accept new directory with no arguments.
This commit is contained in:
Jan Kratochvil 2012-08-07 05:49:02 +00:00
parent 4abf930d56
commit 606603c520
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
* gdb.base/default.exp (cd): Accept new directory with no arguments.
2012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
* gdb.base/list.exp (test_only_end): New function.

View File

@ -84,7 +84,7 @@ gdb_test "call" "The history is empty..*" "call"
gdb_test "catch" "Catch requires an event name..*" "catch"
#test cd
gdb_test "cd" "Argument required .new working directory.*" "cd"
gdb_test "cd" "Working directory \[^\r\n\]*\\."
#test clear
gdb_test "clear" "No source file specified..*" "clear"