summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2019-11-23 22:20:09 +0100
committerLukas Fleischer <lfleischer@archlinux.org>2019-11-23 22:23:00 +0100
commitee959c9907f67ca7dc1f294af8d9d3173557604c (patch)
tree1713243a354ab878078888d6e88d02005a900a31
parent2422fb020b79b387ef667d146cf3e0dd7b1faebf (diff)
downloadaur-ee959c9907f67ca7dc1f294af8d9d3173557604c.tar.gz
aur-ee959c9907f67ca7dc1f294af8d9d3173557604c.tar.xz
t2500: fix test case for orphan request notifications
Since commit a66c7fa (notify.py: Use a/an correctly when sending request notifications, 2019-08-09), the body of notification emails sent when filing orphan requests refers to "an orphan request" instead of "a orphan request". Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
-rwxr-xr-xtest/t2500-notify.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t2500-notify.sh b/test/t2500-notify.sh
index c9c72080..3080dc24 100755
--- a/test/t2500-notify.sh
+++ b/test/t2500-notify.sh
@@ -289,7 +289,7 @@ test_expect_success 'Test subject and body of request open notifications.' '
sed -n "/^\$/,\$p" sendmail.out | base64 -d >actual &&
echo >>actual &&
cat <<-EOD >expected &&
- user [1] filed a orphan request for foobar [2]:
+ user [1] filed an orphan request for foobar [2]:
This is a request test comment.