# HG changeset patch # User Paul Boddie # Date 1461193020 -7200 # Node ID 639416d2ba9874f3204ec3f67ba881043b7ee771 # Parent 4c428430dd191dc29733e1a4fddb5f3855c36c52 Use the raw output from handlers instead of the decoded output. diff -r 4c428430dd19 -r 639416d2ba98 tests/test_person_invitation_decline_instance.sh --- a/tests/test_person_invitation_decline_instance.sh Thu Apr 21 00:56:14 2016 +0200 +++ b/tests/test_person_invitation_decline_instance.sh Thu Apr 21 00:57:00 2016 +0200 @@ -208,6 +208,7 @@ # Test declining in the incoming handler. "$PERSON_SCRIPT" $ARGS < out5.tmp 2>> $ERROR \ +| tee out6r.tmp \ | "$SHOWMAIL" \ > out6.tmp @@ -256,7 +257,7 @@ && echo "Success" \ || echo "Failed" - "$PERSON_SCRIPT" $ARGS < out6.tmp 2>> $ERROR \ + "$PERSON_SCRIPT" $ARGS < out6r.tmp 2>> $ERROR \ | "$SHOWMAIL" \ > out62.tmp