|
From: R. B. <ro...@pa...> - 2003-08-06 03:31:01
|
I applied the patch and ran the debugger regression tests via:
make check
The failure that bothers me is this one:
--- /tmp/misc.check 2003-08-05 23:22:23.000000000 -0400
+++ ./misc.right 2003-08-02 19:11:44.000000000 -0400
@@ -550,9 +550,3 @@
*** Testing prompt and set tty...
bashdb's prompt is:
"bashdb${_Dbg_greater}$_Dbg_hi${_Dbg_less}$_Dbg_space".
-noglob off
-../dbg-cmds.inc: line 556: shopt: +o: invalid shell option name
-../dbg-cmds.inc: line 556: shopt: noglob: invalid shell option name
-noglob off
-../dbg-cmds.inc: line 556: shopt: +o: invalid shell option name
-../dbg-cmds.inc: line 556: shopt: noglob: invalid shell option name
--- /tmp/misc-output.check 2003-08-05 23:22:24.000000000 -0400
+++ ./misc-output.right 2003-08-02 15:37:35.000000000 -0400
@@ -19,5 +19,3 @@
41:
dq_args="dq*"
dq_cmd="V"
-dq_args="variables dq*"
-dq_cmd="info"
FAIL: run-misc
Alas, I don't have time to investigate this right now.
|