diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2016-11-13 15:33:02 +0100 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2016-11-13 15:33:02 +0100 |
commit | d987d756b0cf9239425244b26b53d1756c384c4f (patch) | |
tree | 6d26408e1e2fbaf2a6b5a658c979e7325749d9a1 /test | |
parent | ddbffcc4d57c5d27022e3f2a603c0b559bf6b05c (diff) | |
download | aur-d987d756b0cf9239425244b26b53d1756c384c4f.tar.gz aur-d987d756b0cf9239425244b26b53d1756c384c4f.tar.xz |
test/setup.sh: Fix script paths
The scripts were moved to aurweb/scripts/ in commit 3718860 (Make
maintenance scripts installable, 2016-10-17). Update the paths in the
test suite accordingly.
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'test')
-rw-r--r-- | test/setup.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/setup.sh b/test/setup.sh index d02d2981..26873e8d 100644 --- a/test/setup.sh +++ b/test/setup.sh @@ -11,11 +11,11 @@ export PYTHONPATH GIT_AUTH="$TOPLEVEL/aurweb/git/auth.py" GIT_SERVE="$TOPLEVEL/aurweb/git/serve.py" GIT_UPDATE="$TOPLEVEL/aurweb/git/update.py" -MKPKGLISTS="$TOPLEVEL/scripts/mkpkglists.py" -TUVOTEREMINDER="$TOPLEVEL/scripts/tuvotereminder.py" -PKGMAINT="$TOPLEVEL/scripts/pkgmaint.py" -AURBLUP="$TOPLEVEL/scripts/aurblup.py" -NOTIFY="$TOPLEVEL/scripts/notify.py" +MKPKGLISTS="$TOPLEVEL/aurweb/scripts/mkpkglists.py" +TUVOTEREMINDER="$TOPLEVEL/aurweb/scripts/tuvotereminder.py" +PKGMAINT="$TOPLEVEL/aurweb/scripts/pkgmaint.py" +AURBLUP="$TOPLEVEL/aurweb/scripts/aurblup.py" +NOTIFY="$TOPLEVEL/aurweb/scripts/notify.py" # Create the configuration file and a dummy notification script. cat >config <<-EOF |