test-notify: make it pass on Mac OS X 10.5
authorFlorent Guillaume <fg@nuxeo.com>
Sun, 23 Mar 2008 01:23:03 +0100
changeset 6359 25e74cd3f023
parent 6358 7cb9af02e250
child 6360 95413879bac9
test-notify: make it pass on Mac OS X 10.5
tests/test-notify
tests/test-notify.out
--- a/tests/test-notify	Sun Mar 23 01:13:56 2008 +0100
+++ b/tests/test-notify	Sun Mar 23 01:23:03 2008 +0100
@@ -31,8 +31,18 @@
 echo % commit
 hg --traceback --cwd a commit -Amb -d '1 0'
 
+# on Mac OS X 10.5 the tmp path is very long so would get stripped in the subject line
+cat <<EOF >> $HGRCPATH
+[notify]
+maxsubject = 200
+EOF
+
+# the python call below wraps continuation lines, which appear on Mac OS X 10.5 because
+# of the very long subject line
 echo '% pull (minimal config)'
-hg --traceback --cwd b pull ../a 2>&1 | sed -e 's/\(Message-Id:\).*/\1/' \
+hg --traceback --cwd b pull ../a 2>&1 |
+  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/^details: .*test-notify/details: test-notify/' \
   -e 's/^Date:.*/Date:/'
--- a/tests/test-notify.out	Sun Mar 23 01:13:56 2008 +0100
+++ b/tests/test-notify.out	Sun Mar 23 01:23:03 2008 +0100
@@ -23,8 +23,7 @@
 
 changeset 0647d048b600 in test-notify/b
 details: test-notify/b?cmd=changeset;node=0647d048b600
-description:
-	b
+description: b
 
 diffs (6 lines):