--- a/tests/test-notify-changegroup Fri Aug 13 15:17:55 2010 +0200
+++ b/tests/test-notify-changegroup Sun Jul 25 08:22:03 2010 -0700
@@ -10,7 +10,7 @@
[notify]
sources = push
diffstat = False
-maxsubject = 200
+maxsubject = 10
[usersubs]
foo@bar = *
@@ -37,7 +37,7 @@
python -c 'import sys,re; print re.sub("\n\t", " ", sys.stdin.read()),' |
sed -e 's/\(Message-Id:\).*/\1/' \
-e 's/changeset \([0-9a-f]* *\)in .*test-notif/changeset \1in test-notif/' \
- -e 's/^Subject: .*test-notify/Subject: test-notify/' \
+ -e 's/^Subject: .*/Subject: test-notify-changegroup/' \
-e 's/^details: .*test-notify/details: test-notify/' \
-e 's/^Date:.*/Date:/'