comparison tests/test-committer @ 3722:5191e2299d63

Make sed expression in test-committer compatible with GNU sed 3.x.
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 29 Nov 2006 08:49:45 +0100
parents 98f2507c5551
children 78a0dd93db0b
comparison
equal deleted inserted replaced
3721:98f2507c5551 3722:5191e2299d63
23 echo 1 > asdf 23 echo 1 > asdf
24 hg commit -d '1000000 0' -u "foo@bar.com" -m commit-1 24 hg commit -d '1000000 0' -u "foo@bar.com" -m commit-1
25 hg tip 25 hg tip
26 echo 123 > asdf 26 echo 123 > asdf
27 rm .hg/hgrc 27 rm .hg/hgrc
28 hg commit -d '1000000 0' -m commit-1 2>&1 | sed -e "s/[^ \t]*@[^ \t]*/user@host/" 28 hg commit -d '1000000 0' -m commit-1 2>&1 | sed -e "s/'[^']*'/user@host/"