summaryrefslogtreecommitdiff
path: root/test/test.d/db-remove.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.d/db-remove.sh')
-rwxr-xr-xtest/test.d/db-remove.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/test.d/db-remove.sh b/test/test.d/db-remove.sh
index 416e693..52b9584 100755
--- a/test/test.d/db-remove.sh
+++ b/test/test.d/db-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-split-a' 'pkg-split-b' 'pkg-simple-epoch')
@@ -73,5 +68,3 @@ testRemoveAnyPackages() {
checkRemovedAnyPackage extra ${pkgbase}
done
}
-
-. "${curdir}/../lib/shunit2"