From 355b457c97a55c9ee16ef2f81fc06d49c47c129b Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sat, 15 Apr 2017 16:30:41 +0200 Subject: Compile tests into one file to reduce time spent on setup --- test/test.d/db-repo-remove.sh | 7 ------- 1 file changed, 7 deletions(-) (limited to 'test/test.d/db-repo-remove.sh') 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" -- cgit v1.2.3-54-g00ecf