From 2484989a464c3c0e0e9c87acc892c11d11ec7d27 Mon Sep 17 00:00:00 2001 From: Kameron Kenny - pi501 Date: Thu, 19 Dec 2024 15:01:06 -0500 Subject: [PATCH] test root reference update --- test/integration/dns/in.thelinuxpro.net/local-setup.bash | 2 +- test/integration/dns/kameronkenny.com/local-setup.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/dns/in.thelinuxpro.net/local-setup.bash b/test/integration/dns/in.thelinuxpro.net/local-setup.bash index cc35f5b..c47a365 100644 --- a/test/integration/dns/in.thelinuxpro.net/local-setup.bash +++ b/test/integration/dns/in.thelinuxpro.net/local-setup.bash @@ -2,7 +2,7 @@ _local_setup() { DIR="$( cd "$( dirname "$BATS_TEST_FILENAME" )" >/dev/null 2>&1 && pwd)" - TEST_ROOT="$( cd "$( dirname "$DIR/../../../" )" >/dev/null 2>&1 && pwd)" + TEST_ROOT="$( cd "$( dirname "$DIR/../../" )" >/dev/null 2>&1 && pwd)" bats_load_library bats-support bats_load_library bats-assert source "$DIR/helper.bash" diff --git a/test/integration/dns/kameronkenny.com/local-setup.bash b/test/integration/dns/kameronkenny.com/local-setup.bash index cc35f5b..c47a365 100644 --- a/test/integration/dns/kameronkenny.com/local-setup.bash +++ b/test/integration/dns/kameronkenny.com/local-setup.bash @@ -2,7 +2,7 @@ _local_setup() { DIR="$( cd "$( dirname "$BATS_TEST_FILENAME" )" >/dev/null 2>&1 && pwd)" - TEST_ROOT="$( cd "$( dirname "$DIR/../../../" )" >/dev/null 2>&1 && pwd)" + TEST_ROOT="$( cd "$( dirname "$DIR/../../" )" >/dev/null 2>&1 && pwd)" bats_load_library bats-support bats_load_library bats-assert source "$DIR/helper.bash"