diff tests/test-remove @ 6358:7cb9af02e250

test-remove: make tests really pass Ah, the joys of cross-platform shell scripting...
author Florent Guillaume <fg@nuxeo.com>
date Sun, 23 Mar 2008 01:13:56 +0100
parents 62980dd86bf6
children 1f665246dab3
line wrap: on
line diff
--- a/tests/test-remove	Sun Mar 23 01:04:51 2008 +0100
+++ b/tests/test-remove	Sun Mar 23 01:13:56 2008 +0100
@@ -4,7 +4,7 @@
     hg rm $@
     hg st
     # do not use ls -R, which recurses in .hg subdirs on Mac OS X 10.5
-    find . -name .hg -prune -o -type f -print
+    find . -name .hg -prune -o -type f -print | sort
     hg up -C
 }