summaryrefslogtreecommitdiff
path: root/test/test.d/db-repo-remove.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.d/db-repo-remove.sh')
-rwxr-xr-xtest/test.d/db-repo-remove.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/test.d/db-repo-remove.sh b/test/test.d/db-repo-remove.sh
index 315d63d..0f294b5 100755
--- a/test/test.d/db-repo-remove.sh
+++ b/test/test.d/db-repo-remove.sh
@@ -1,8 +1,3 @@
-#!/bin/bash
-
-curdir=$(readlink -e $(dirname $0))
-. "${curdir}/../lib/common.inc"
-
testRemovePackages() {
local arches=('i686' 'x86_64')
local pkgs=('pkg-simple-a' 'pkg-simple-b' 'pkg-simple-epoch')
@@ -54,5 +49,3 @@ testRemoveMultiplePackages() {
done
done
}
-
-. "${curdir}/../lib/shunit2"