t: allow execution from other dirs

This commit is contained in:
Felipe Contreras
2025-08-01 20:30:53 -06:00
parent 9a80e68234
commit 5353a87001
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
test_description='Test bidirectionality of remote-hg' test_description='Test bidirectionality of remote-hg'
. ./test-lib.sh . "$(dirname "$0")"/test-lib.sh
# clone to a git repo # clone to a git repo
git_clone () { git_clone () {

View File

@@ -10,7 +10,7 @@
test_description='Test remote-hg output compared to hg-git' test_description='Test remote-hg output compared to hg-git'
. ./test-lib.sh . "$(dirname "$0")"/test-lib.sh
export EXPECTED_DIR="$SHARNESS_TEST_DIRECTORY/expected" export EXPECTED_DIR="$SHARNESS_TEST_DIRECTORY/expected"

View File

@@ -8,7 +8,7 @@
test_description='Test remote-hg' test_description='Test remote-hg'
. ./test-lib.sh . "$(dirname "$0")"/test-lib.sh
check () { check () {
echo $3 > expected && echo $3 > expected &&