diff tests/test-largefiles.t @ 17678:07d577dae285 stable

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
author Patrick Mezard <patrick@mezard.eu>
date Sat, 29 Sep 2012 13:33:55 +0200
parents ae57920ac188
children 60229b466e5a b3f0f9a39c4e
line wrap: on
line diff
--- 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