Index: testsuite/gdb.linespec/ls-errs.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.linespec/ls-errs.exp,v retrieving revision 1.1 diff -u -p -r1.1 ls-errs.exp --- testsuite/gdb.linespec/ls-errs.exp 5 Apr 2012 18:50:29 -0000 1.1 +++ testsuite/gdb.linespec/ls-errs.exp 13 Jun 2012 17:53:14 -0000 @@ -116,7 +116,9 @@ foreach x [list "this_file_doesn't_exist "\"this \"file\" has quotes.c\"" \ "'this \"file\" has quotes.c'" \ "'this 'file' has quotes.c'" \ - "\"this 'file' has quotes.c\""] { + "\"this 'file' has quotes.c\"" \ + "\"spaces: and :colons.c\"" \ + "'more: :spaces: :and colons::.c'"] { # Remove any quoting from FILENAME for the error message. add the_tests "$x:3" invalid_file [string trim $x \"'] }