2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
authorPierre Muller <muller@sourceware.org>
Wed, 27 Feb 2008 15:46:46 +0000 (15:46 +0000)
committerPierre Muller <muller@sourceware.org>
Wed, 27 Feb 2008 15:46:46 +0000 (15:46 +0000)
* gdb.base/args.exp: avoid same output for tests
with single quotes.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/args.exp

index fafc30366d132c2ff2bdb6092916fa3b14943cb9..c3c269938d6b2403aee2c964a49145fb1faaaf07 100644 (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'
index 38086e61248fa853acaeab4749009b85899cd3d2..2f015ed4eb01d1452289342d41ae9d218cc6c2d2 100644 (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