diff options
-rw-r--r-- | gdb/testsuite/lib/gdb.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 45a8726..cbfa253 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -85,6 +85,8 @@ if ![info exists env(EXEEXT)] { set EXEEXT $env(EXEEXT) } +set octal "\[0-7\]+" + ### Only procedures should come after this point. # |