2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>

* gdb.base/args.exp: avoid same output for tests
	with single quotes.
This commit is contained in:
Pierre Muller 2008-02-27 15:46:46 +00:00
parent 1890b46591
commit 6f439c366a
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
* gdb.base/args.exp: avoid same output for tests
with single quotes.
2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
* gdb.base/annota1.exp: Adjust for 'info break'

View File

@ -94,9 +94,9 @@ args_test "two empty" {{1} {} {} 3}
# Try with arguments containing literal single quotes.
set GDBFLAGS "--args $binfile 1 '' 3"
args_test "one empty" {{1} {''} {3}}
args_test "one empty (with single quotes)" {{1} {''} {3}}
set GDBFLAGS "--args $binfile 1 '' '' 3"
args_test "two empty" {{1} {''} {''} {3}}
args_test "two empty (with single quotes)" {{1} {''} {''} {3}}
set GDBFLAGS $old_gdbflags