Mercurial > hg
changeset 21276:25b7c760235a
tests: fix test failure on vfat
It can't handle filenames with spaces. We don't have a good hghave
test for this, so we wrap it with unix-permissions.
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 08 May 2014 11:11:27 -0500 |
parents | c7e9fb881a5a |
children | 2bc778e2f9b3 |
files | tests/test-mq-qnew.t |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-mq-qnew.t Thu May 08 19:45:22 2014 +0200 +++ b/tests/test-mq-qnew.t Thu May 08 11:11:27 2014 -0500 @@ -302,6 +302,8 @@ > pretxncommit.unexpectedabort = > EOF +#if unix-permissions + Test handling default message with the patch filename with tail whitespaces $ cat > $TESTTMP/editor.sh << EOF @@ -321,3 +323,5 @@ # Parent 0000000000000000000000000000000000000000 $ cd .. + +#endif