test-largefiles.t: fix find quirk on OSX stable
authorPatrick Mezard <patrick@mezard.eu>
Sat, 29 Sep 2012 13:33:55 +0200
branchstable
changeset 17678 07d577dae285
parent 17660 f36f11f2bfce
child 17679 60229b466e5a
child 17682 829919ef894a
test-largefiles.t: fix find quirk on OSX For some reason, find utility seems to preserve the trailing slash and append a new one on OSX: $ find somedir/ somedir/ somedir//somefile
tests/test-largefiles.t
--- a/tests/test-largefiles.t	Thu Sep 27 15:50:14 2012 -0500
+++ b/tests/test-largefiles.t	Sat Sep 29 13:33:55 2012 +0200
@@ -1614,8 +1614,8 @@
   A large.dat
   A large2.dat
   A normal
-  $ find .hglf/ | sort
-  .hglf/
+  $ find .hglf | sort
+  .hglf
   .hglf/large.dat
   .hglf/large2.dat