Mercurial > hg
diff tests/test-convert-p4 @ 8063:ee8d9b93b316
convert/p4: win32 fixes
* cmd.exe does not know single quotes
* win32 does not like trailing whitespace very much. Trade test coverage for
maintenance time and drop the trailing whitespaces tests.
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Mon, 13 Apr 2009 16:15:45 +0200 |
parents | 11efa41037e2 |
children | 5b7da468531b |
line wrap: on
line diff
--- a/tests/test-convert-p4 Mon Apr 13 21:18:53 2009 +0200 +++ b/tests/test-convert-p4 Mon Apr 13 16:15:45 2009 +0200 @@ -63,9 +63,9 @@ echo % interesting names echo dddd > "d d" -mkdir " e " -echo fff >" e /f " -p4 add "d d" " e /f " +mkdir " e" +echo fff >" e/ f" +p4 add "d d" " e/ f" p4 submit -d "add d e f" echo % convert again