summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/ob_arch_is_concerned.sh7
-rwxr-xr-xtests/ob_match_arch.sh7
-rwxr-xr-xtests/ob_parse_dep.sh7
-rwxr-xr-xtests/ob_plat_is_concerned.sh7
-rwxr-xr-xtests/ob_reduce_deps.sh7
5 files changed, 10 insertions, 25 deletions
diff --git a/tests/ob_arch_is_concerned.sh b/tests/ob_arch_is_concerned.sh
index daaff44..c408ef3 100755
--- a/tests/ob_arch_is_concerned.sh
+++ b/tests/ob_arch_is_concerned.sh
@@ -17,11 +17,8 @@
# You should have received a copy of the GNU General Public License
# along with opkbuild. If not, see <http://www.gnu.org/licenses/>.
-srcdir="$(dirname "${0}")"
-top_builddir="${PWD}"
-
-. "${srcdir}/aux/tap-functions.sh"
-. "${top_builddir}/lib/libopkbuild.${SHSOEXT}.${LIBOPKBUILD_SHSOVERSION}"
+. "${TOP_SRCDIR}/tests/aux/tap-functions.sh"
+. "${TOP_BUILDDIR}/lib/libopkbuild.${SHSOEXT}.${LIBOPKBUILD_SHSOVERSION}"
plan_ 12
diff --git a/tests/ob_match_arch.sh b/tests/ob_match_arch.sh
index aa47396..6d6785d 100755
--- a/tests/ob_match_arch.sh
+++ b/tests/ob_match_arch.sh
@@ -17,11 +17,8 @@
# You should have received a copy of the GNU General Public License
# along with opkbuild. If not, see <http://www.gnu.org/licenses/>.
-srcdir="$(dirname "${0}")"
-top_builddir="${PWD}"
-
-. "${srcdir}/aux/tap-functions.sh"
-. "${top_builddir}/lib/libopkbuild.${SHSOEXT}.${LIBOPKBUILD_SHSOVERSION}"
+. "${TOP_SRCDIR}/tests/aux/tap-functions.sh"
+. "${TOP_BUILDDIR}/lib/libopkbuild.${SHSOEXT}.${LIBOPKBUILD_SHSOVERSION}"
plan_ 10
diff --git a/tests/ob_parse_dep.sh b/tests/ob_parse_dep.sh
index edcab0d..1684a3f 100755
--- a/tests/ob_parse_dep.sh
+++ b/tests/ob_parse_dep.sh
@@ -17,11 +17,8 @@
# You should have received a copy of the GNU General Public License
# along with opkbuild. If not, see <http://www.gnu.org/licenses/>.
-srcdir="$(dirname "${0}")"
-top_builddir="${PWD}"
-
-. "${srcdir}/aux/tap-functions.sh"
-. "${top_builddir}/lib/libopkbuild.${SHSOEXT}.${LIBOPKBUILD_SHSOVERSION}"
+. "${TOP_SRCDIR}/tests/aux/tap-functions.sh"
+. "${TOP_BUILDDIR}/lib/libopkbuild.${SHSOEXT}.${LIBOPKBUILD_SHSOVERSION}"
testcase()
{
diff --git a/tests/ob_plat_is_concerned.sh b/tests/ob_plat_is_concerned.sh
index f478610..ea55ce0 100755
--- a/tests/ob_plat_is_concerned.sh
+++ b/tests/ob_plat_is_concerned.sh
@@ -17,11 +17,8 @@
# You should have received a copy of the GNU General Public License
# along with opkbuild. If not, see <http://www.gnu.org/licenses/>.
-srcdir="$(dirname "${0}")"
-top_builddir="${PWD}"
-
-. "${srcdir}/aux/tap-functions.sh"
-. "${top_builddir}/lib/libopkbuild.${SHSOEXT}.${LIBOPKBUILD_SHSOVERSION}"
+. "${TOP_SRCDIR}/tests/aux/tap-functions.sh"
+. "${TOP_BUILDDIR}/lib/libopkbuild.${SHSOEXT}.${LIBOPKBUILD_SHSOVERSION}"
plan_ 12
diff --git a/tests/ob_reduce_deps.sh b/tests/ob_reduce_deps.sh
index 06d98ec..5519dde 100755
--- a/tests/ob_reduce_deps.sh
+++ b/tests/ob_reduce_deps.sh
@@ -17,11 +17,8 @@
# You should have received a copy of the GNU General Public License
# along with opkbuild. If not, see <http://www.gnu.org/licenses/>.
-srcdir="$(dirname "${0}")"
-top_builddir="${PWD}"
-
-. "${srcdir}/aux/tap-functions.sh"
-. "${top_builddir}/lib/libopkbuild.${SHSOEXT}.${LIBOPKBUILD_SHSOVERSION}"
+. "${TOP_SRCDIR}/tests/aux/tap-functions.sh"
+. "${TOP_BUILDDIR}/lib/libopkbuild.${SHSOEXT}.${LIBOPKBUILD_SHSOVERSION}"
plan_ 11