From bc1e11e9d5633d022a19ff6d816918f91a0db60e Mon Sep 17 00:00:00 2001 From: Bob Manson Date: Wed, 13 Aug 1997 04:49:25 +0000 Subject: [PATCH] * tests2.exp: Fix quoting. * tests1.exp: Ditto. --- gdb/testsuite/gdb.chill/ChangeLog | 5 +++++ gdb/testsuite/gdb.chill/tests1.exp | 2 +- gdb/testsuite/gdb.chill/tests2.exp | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gdb/testsuite/gdb.chill/ChangeLog b/gdb/testsuite/gdb.chill/ChangeLog index 3d1480c..a62784d 100644 --- a/gdb/testsuite/gdb.chill/ChangeLog +++ b/gdb/testsuite/gdb.chill/ChangeLog @@ -1,3 +1,8 @@ +Tue Aug 12 21:48:08 1997 Bob Manson + + * tests2.exp: Fix quoting. + * tests1.exp: Ditto. + Sat Nov 23 14:00:59 1996 Fred Fish * misc.exp: Change x86 linux setup_xfails to use new diff --git a/gdb/testsuite/gdb.chill/tests1.exp b/gdb/testsuite/gdb.chill/tests1.exp index 0b5d617..3ede1eb 100644 --- a/gdb/testsuite/gdb.chill/tests1.exp +++ b/gdb/testsuite/gdb.chill/tests1.exp @@ -811,7 +811,7 @@ gdb_exit gdb_start gdb_reinitialize_dir $srcdir/$subdir -gdb_test "set print sevenbit-strings ".*" +gdb_test "set print sevenbit-strings" ".*" if [set_lang_chill] then { test_modes diff --git a/gdb/testsuite/gdb.chill/tests2.exp b/gdb/testsuite/gdb.chill/tests2.exp index 7f76425..46c4821 100644 --- a/gdb/testsuite/gdb.chill/tests2.exp +++ b/gdb/testsuite/gdb.chill/tests2.exp @@ -262,7 +262,7 @@ gdb_exit gdb_start gdb_reinitialize_dir $srcdir/$subdir -gdb_test "set print sevenbit-strings ".*" +gdb_test "set print sevenbit-strings" ".*" if [set_lang_chill] then { write_access -- 2.7.4