* gdb.base/help.exp: Replace most of docstring for "define" with ".*".
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 11 Jan 1995 20:45:59 +0000 (20:45 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 11 Jan 1995 20:45:59 +0000 (20:45 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/help.exp

index afc65c6138ecaae590a51afd03ae9d23c1ba8ba8..0b4152b7d8e91c816d6b3c7c6e781a4096f5018a 100644 (file)
@@ -1,5 +1,7 @@
 Wed Jan 11 14:37:04 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
 
+       * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
+
        * gdb.base/a1-selftest.exp: Don't test "maint dump-me".  That test
        was a vestige of the manual TESTSTRATEGY, and the purpose of it
        was to make sure that gdb can read a core file.  But (a) the "read
index d585b8de5c6c90df1f4b3000037f8f59500b8175..0fd2f77cba34d9e541a8c80ca04d88ce8e8ee988 100644 (file)
@@ -382,11 +382,7 @@ Command name abbreviations are allowed if unambiguous..*$prompt $"\
 # test help define
 send "help define\n"
 expect {
-       -re "Define a new command name.  Command name is argument..*
-Definition appears on following lines, one command per line..*
-End with a line of just \"end\"..*
-Use the \"document\" command to give documentation for the new command..*
-Commands defined in this way do not take arguments..*$prompt $"\
+       -re "Define a new command.*$prompt $"\
                        { pass "help define" }
        -re "$prompt $" { fail "help define" }
        timeout         { fail "(timeout) help define" }