changeset 3918:a413f5c29c46

Fix test-hup for different output of ls on at least MacOS X and Solaris 8.
author Thomas Arendsen Hein <thomas@intevation.de>
date Sat, 16 Dec 2006 23:24:30 +0100
parents 645e1dd4b8ae
children 5f0e00224cde
files tests/test-hup tests/test-hup.out
diffstat 2 files changed, 2 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- 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