##// END OF EJS Templates
Fix test-hup for different output of ls on at least MacOS X and Solaris 8.
Thomas Arendsen Hein -
r3918:a413f5c2 default
parent child Browse files
Show More
@@ -10,7 +10,4 b' Q=$!'
10 10 sleep 3
11 11 kill -HUP $P
12 12 wait
13 ls -R .hg
14
15
16
13 echo .hg/* .hg/store/*
@@ -4,11 +4,4 b' adding changesets'
4 4 killed!
5 5 transaction abort!
6 6 rollback completed
7 .hg:
8 00changelog.i
9 journal.dirstate
10 requires
11 store
12
13 .hg/store:
14 00changelog.i
7 .hg/00changelog.i .hg/journal.dirstate .hg/requires .hg/store .hg/store/00changelog.i
General Comments 0
You need to be logged in to leave comments. Login now