mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-11 13:02:10 +08:00
gdb/testsuite/
* gdb.base/default.exp (cd): Accept new directory with no arguments.
This commit is contained in:
parent
4abf930d56
commit
606603c520
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user