Fix test-hup for different output of ls on at least MacOS X and Solaris 8.
authorThomas Arendsen Hein <thomas@intevation.de>
Sat, 16 Dec 2006 23:24:30 +0100
changeset 3918 a413f5c29c46
parent 3917 645e1dd4b8ae
child 3919 5f0e00224cde
Fix test-hup for different output of ls on at least MacOS X and Solaris 8.
tests/test-hup
tests/test-hup.out
--- a/tests/test-hup	Sat Dec 16 20:18:36 2006 -0200
+++ b/tests/test-hup	Sat Dec 16 23:24:30 2006 +0100
@@ -10,7 +10,4 @@
 sleep 3
 kill -HUP $P
 wait
-ls -R .hg
-
-
-
+echo .hg/* .hg/store/*
--- a/tests/test-hup.out	Sat Dec 16 20:18:36 2006 -0200
+++ b/tests/test-hup.out	Sat Dec 16 23:24:30 2006 +0100
@@ -4,11 +4,4 @@
 killed!
 transaction abort!
 rollback completed
-.hg:
-00changelog.i
-journal.dirstate
-requires
-store
-
-.hg/store:
-00changelog.i
+.hg/00changelog.i .hg/journal.dirstate .hg/requires .hg/store .hg/store/00changelog.i