Skip to content

Commit 2e59641

Browse files
committed
Fix ghe-backup-config test failure due to not being in project root dir
1 parent 9c91bf0 commit 2e59641

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test-ghe-backup-config.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ GHE_REMOTE_DATA_DIR="$TRASHDIR/remote"
1212
export GHE_DATA_DIR GHE_REMOTE_DATA_DIR
1313

1414
# Source in the config script
15-
. "$ROOTDIR/share/github-backup-utils/ghe-backup-config"
15+
cd "$ROOTDIR"
16+
. "share/github-backup-utils/ghe-backup-config"
1617

1718
begin_test "ghe-backup-config ssh_host_part"
1819
(

0 commit comments

Comments
 (0)