summaryrefslogtreecommitdiff
path: root/test/lib/common.inc
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-04-17 15:41:37 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-04-17 15:41:37 -0400
commitda0737360ab185844e4461d7580cf81c639e9ded (patch)
treeafdc2387e43645a62410852d96fa0cf549363597 /test/lib/common.inc
parent0b96686ab36ddc29e07281d52dd7790c5c5ca89d (diff)
parent9705ba8a148d03dfd4c2184f3a1f13ee373eb826 (diff)
Merge branch 'lukeshu/archlinux+cleanup+librelib' into lukeshu/xbs
# Conflicts: # config # cron-jobs/makepkg.conf # cron-jobs/update-web-db # db-functions # db-move # db-remove # db-update # test/lib/common.inc # test/test.d/create-filelists.sh # test/test.d/db-update.sh # testing2x
Diffstat (limited to 'test/lib/common.inc')
-rw-r--r--test/lib/common.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/lib/common.inc b/test/lib/common.inc
index eede414..1831602 100644
--- a/test/lib/common.inc
+++ b/test/lib/common.inc
@@ -5,10 +5,6 @@ set -E
. "$(dirname "${BASH_SOURCE[0]}")/../../config.testing"
. "$(dirname "${BASH_SOURCE[0]}")/../../db-functions"
-arch_svn() {
- /usr/bin/svn "$@"
-}
-
signpkg() {
if [[ -r '/etc/makepkg.conf' ]]; then
source '/etc/makepkg.conf'