From: Pierre Muller Date: Wed, 27 Feb 2008 15:46:46 +0000 (+0000) Subject: 2008-02-27 Pierre Muller X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6f439c366af18c0f1b9c397a628bb4b053657fc6;p=binutils-gdb.git 2008-02-27 Pierre Muller * gdb.base/args.exp: avoid same output for tests with single quotes. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index fafc30366d1..c3c269938d6 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-02-27 Pierre Muller + + * gdb.base/args.exp: avoid same output for tests + with single quotes. + 2008-02-26 Vladimir Prus * gdb.base/annota1.exp: Adjust for 'info break' diff --git a/gdb/testsuite/gdb.base/args.exp b/gdb/testsuite/gdb.base/args.exp index 38086e61248..2f015ed4eb0 100644 --- a/gdb/testsuite/gdb.base/args.exp +++ b/gdb/testsuite/gdb.base/args.exp @@ -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