summaryrefslogtreecommitdiff
path: root/test/test.d/db-move.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.d/db-move.sh')
-rwxr-xr-xtest/test.d/db-move.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/test.d/db-move.sh b/test/test.d/db-move.sh
index 890ffc4..a27dfbb 100755
--- a/test/test.d/db-move.sh
+++ b/test/test.d/db-move.sh
@@ -1,8 +1,3 @@
-#!/bin/bash
-
-curdir=$(readlink -e $(dirname $0))
-. "${curdir}/../lib/common.inc"
-
testMoveSimplePackages() {
local arches=('i686' 'x86_64')
local pkgs=('pkg-simple-a' 'pkg-simple-b')
@@ -118,5 +113,3 @@ testMoveSplitPackages() {
checkRemovedAnyPackage testing pkg-split-a
}
-
-. "${curdir}/../lib/shunit2"