gdb/testsuite/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 7 Aug 2012 05:49:02 +0000 (05:49 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 7 Aug 2012 05:49:02 +0000 (05:49 +0000)
* gdb.base/default.exp (cd): Accept new directory with no arguments.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/default.exp

index a85ea17afaada3b1c6dbf78cf63d7ee6ef0f9b54..1446fcfb497ada703ce0c09a1c921114016e6b71 100644 (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.
index 73fbe98fb4940d7d96ccba58e48610a86dc068bc..138cc03e98ed70e8f6e4f281932563c04efc36e6 100644 (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"
This page took 0.039404 seconds and 4 git commands to generate.