We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c91bf0 commit 2e59641Copy full SHA for 2e59641
test/test-ghe-backup-config.sh
@@ -12,7 +12,8 @@ GHE_REMOTE_DATA_DIR="$TRASHDIR/remote"
12
export GHE_DATA_DIR GHE_REMOTE_DATA_DIR
13
14
# Source in the config script
15
-. "$ROOTDIR/share/github-backup-utils/ghe-backup-config"
+cd "$ROOTDIR"
16
+. "share/github-backup-utils/ghe-backup-config"
17
18
begin_test "ghe-backup-config ssh_host_part"
19
(
0 commit comments