# HG changeset patch # User Siddharth Agarwal # Date 2015-03-23 02:19:16 # Node ID 98d9d33dfd9571d7ec7d5fb014e52eb70d3dc0fd # Parent 69bd0ec2f9be865a95a1e3f2c335d313dab61d15 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 @@ Test files properties #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,11 +229,7 @@ Test with a revision #if no-windows $ fileset -r1 'not portable()' - bar - baz\ con.xml - $ hg forget 'bar ' - $ hg forget 'baz\' $ hg forget 'con.xml' #endif