# HG changeset patch # User Thomas Arendsen Hein # Date 1173276392 -3600 # Node ID bfeff6dcac7a64fdddc5557849343450fd29ac9a # Parent 30857b5779f86f62faadb8b29d652e2bf4215eed Fix sed expression in test-notify to be more portable. diff -r 30857b5779f8 -r bfeff6dcac7a tests/test-notify --- a/tests/test-notify Tue Mar 06 12:52:07 2007 +0100 +++ b/tests/test-notify Wed Mar 07 15:06:32 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 <> $HGRCPATH