comparison tests/test-strip-cross @ 5911:2296ecefa223

Fix test-strip-cross on Solaris Solaris /sbin/sh doesn't do brace expansion
author Richard Lowe <richlowe@richlowe.net>
date Sat, 19 Jan 2008 22:16:15 -0500
parents f45f7390c1c5
children d67cfe0d4714
comparison
equal deleted inserted replaced
5910:b9a830fa10f6 5911:2296ecefa223
42 commit '201 210' '021 120' '012 102' 42 commit '201 210' '021 120' '012 102'
43 43
44 cd .. 44 cd ..
45 hg clone -q -U -r -1 -r -2 -r -3 orig crossed 45 hg clone -q -U -r -1 -r -2 -r -3 orig crossed
46 46
47 for i in crossed/.hg/store/{00manifest.i,data/*.i}; do 47 for i in crossed/.hg/store/00manifest.i crossed/.hg/store/data/*.i; do
48 echo $i 48 echo $i
49 hg debugindex $i 49 hg debugindex $i
50 echo 50 echo
51 done 51 done
52 52