diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2016-09-21 09:13:49 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2016-09-29 22:07:24 +0200 |
commit | d00f4c5197652563a61628461a39fd799264c9c4 (patch) | |
tree | 2c57140c9d79274b63c7700da8e8c62c857089ce /test/setup.sh | |
parent | 91f649f5edaae42f616ad9fc2facb90f1d71f9b9 (diff) | |
download | aur-d00f4c5197652563a61628461a39fd799264c9c4.tar.gz aur-d00f4c5197652563a61628461a39fd799264c9c4.tar.xz |
Add tests for pkgmaint
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'test/setup.sh')
-rw-r--r-- | test/setup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/setup.sh b/test/setup.sh index e6a9a16f..622aab03 100644 --- a/test/setup.sh +++ b/test/setup.sh @@ -13,6 +13,7 @@ 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" +PKGMAINT="$TOPLEVEL/scripts/pkgmaint.py" # Create the configuration file and a dummy notification script. cat >config <<-EOF |