Mercurial > hg
changeset 4107:f5f171785e29
test-notify: adapt to sed shipped with MacOS
MacOS X' sed does not have the \? repetition operator.
author | Christian Ebert <blacktrash@gmx.net> |
---|---|
date | Sat, 17 Feb 2007 09:54:44 +0100 |
parents | 797dbdd4d7e1 |
children | 226df1808f16 c95060a5391a |
files | tests/test-notify |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-notify Sat Feb 17 09:55:00 2007 -0200 +++ b/tests/test-notify Sat Feb 17 09:54:44 2007 +0100 @@ -33,7 +33,7 @@ echo '% pull (minimal config)' hg --traceback --cwd b pull ../a 2>&1 | sed -e 's/\(Message-Id:\).*/\1/' \ - -e 's/changeset \([0-9a-f]* \)\?in .*test-notif/changeset \1in test-notif/' \ + -e 's/changeset \([0-9a-f]* \)*in .*test-notif/changeset \1in test-notif/' \ -e 's/^details: .*test-notify/details: test-notify/' cat <<EOF >> $HGRCPATH