# HG changeset patch # User Matt Mackall # Date 2014-05-08 16:11:27 # Node ID 25b7c760235ae9a1d1051aff4e68784f1a2f9e21 # Parent c7e9fb881a5a2e1934550e957598783e7ca96572 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. diff --git a/tests/test-mq-qnew.t b/tests/test-mq-qnew.t --- a/tests/test-mq-qnew.t +++ b/tests/test-mq-qnew.t @@ -302,6 +302,8 @@ Test saving last-message.txt > 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 @@ Test handling default message with the p # Parent 0000000000000000000000000000000000000000 $ cd .. + +#endif