* gdb.base/args.exp: avoid same output for tests
with single quotes.
+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'
# 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