summaryrefslogtreecommitdiffstats
path: root/test/setup.sh
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2016-09-21 08:49:18 +0200
committerLukas Fleischer <lfleischer@archlinux.org>2016-09-29 22:07:24 +0200
commitcd2d90612b63711f9d92bff686698b6c37b79b2b (patch)
tree009fa7d1444e1475f913e1be2319057aaa9015a5 /test/setup.sh
parenta48f8ccb131b059e6878efc647a8ebd5f887d7a7 (diff)
downloadaur-cd2d90612b63711f9d92bff686698b6c37b79b2b.tar.gz
aur-cd2d90612b63711f9d92bff686698b6c37b79b2b.tar.xz
Add tests for tuvotereminder
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'test/setup.sh')
-rw-r--r--test/setup.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/setup.sh b/test/setup.sh
index 85faba03..e6a9a16f 100644
--- a/test/setup.sh
+++ b/test/setup.sh
@@ -12,6 +12,7 @@ GIT_AUTH="$TOPLEVEL/git-interface/git-auth.py"
GIT_SERVE="$TOPLEVEL/git-interface/git-serve.py"
GIT_UPDATE="$TOPLEVEL/git-interface/git-update.py"
MKPKGLISTS="$TOPLEVEL/scripts/mkpkglists.py"
+TUVOTEREMINDER="$TOPLEVEL/scripts/tuvotereminder.py"
# Create the configuration file and a dummy notification script.
cat >config <<-EOF
@@ -47,8 +48,9 @@ packagesfile = packages.gz
pkgbasefile = pkgbase.gz
EOF
-cat >notify.sh <<-EOF
+cat >notify.sh <<-\EOF
#!/bin/sh
+echo $* >>notify.out
EOF
chmod +x notify.sh