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:
parent
1890b46591
commit
6f439c366a
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue