tests: fix test failure on vfat
authorMatt Mackall <mpm@selenic.com>
Thu, 08 May 2014 11:11:27 -0500
changeset 21276 25b7c760235a
parent 21275 c7e9fb881a5a
child 21277 2bc778e2f9b3
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.
tests/test-mq-qnew.t
--- 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