summaryrefslogtreecommitdiff
path: root/test/test.d/testing2x.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.d/testing2x.sh')
-rwxr-xr-xtest/test.d/testing2x.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/test.d/testing2x.sh b/test/test.d/testing2x.sh
index fdc7ca3..8fac2ad 100755
--- a/test/test.d/testing2x.sh
+++ b/test/test.d/testing2x.sh
@@ -1,8 +1,3 @@
-#!/bin/bash
-
-curdir=$(readlink -e $(dirname $0))
-. "${curdir}/../lib/common.inc"
-
testTesting2xAnyPackage() {
releasePackage core pkg-any-a any
../db-update
@@ -23,5 +18,3 @@ testTesting2xAnyPackage() {
checkAnyPackage core pkg-any-a-1-2-any.pkg.tar.xz any
checkRemovedAnyPackage testing pkg-any-a
}
-
-. "${curdir}/../lib/shunit2"