[PATCH] test-fileset.t: remove 'bar ' and 'baz\' from tested filenames

Siddharth Agarwal sid0 at fb.com
Mon Mar 23 02:19:51 UTC 2015


# HG changeset patch
# User Siddharth Agarwal <sid0 at fb.com>
# Date 1427077156 25200
#      Sun Mar 22 19:19:16 2015 -0700
# Node ID 38d144a1f12177d6ca4d2ca3bb802536d8660cb7
# Parent  1cfded2fa1a92ee9b55d1f62675569e340a39083
test-fileset.t: remove 'bar ' and 'baz\' from tested filenames

This test is guarded by a '#if no-windows', but they can't be written out on
vfat on Linux either. con.xml can, and for testing that's good enough.

Also clean up a stray 'ls' that I mistakenly left in while writing the test.

diff --git a/tests/test-fileset.t b/tests/test-fileset.t
--- a/tests/test-fileset.t
+++ b/tests/test-fileset.t
@@ -113,24 +113,9 @@
 
 #if no-windows
   $ echo foo > con.xml
-  $ echo bar > 'bar '
-  $ echo baz > 'baz\'
-  $ ls
-  b1
-  b2
-  b2link
-  bar 
-  baz\
-  bin
-  c1
-  c2
-  c3
+  $ fileset 'not portable()'
   con.xml
-  $ fileset 'not portable()'
-  bar 
-  baz\
-  con.xml
-  $ hg --config ui.portablefilenames=ignore add con.xml 'bar ' 'baz\'
+  $ hg --config ui.portablefilenames=ignore add con.xml
 #endif
 
   >>> file('1k', 'wb').write(' '*1024)
@@ -244,8 +229,6 @@
 
 #if no-windows
   $ fileset -r1 'not portable()'
-  bar 
-  baz\
   con.xml
 #endif
 
@@ -271,8 +254,6 @@
   a1
   b1
   b2
-  bar 
-  baz\
   c1
   con.xml
   mixed


More information about the Mercurial-devel mailing list