diff options
-rw-r--r-- | test/end-to-end/git-import/computed.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/end-to-end/git-import/computed.sh b/test/end-to-end/git-import/computed.sh index fec00e56..8877472c 100644 --- a/test/end-to-end/git-import/computed.sh +++ b/test/end-to-end/git-import/computed.sh @@ -23,7 +23,7 @@ readonly JUST_MR="${PWD}/bin/mr-tool-under-test" readonly LBR="${TEST_TMPDIR}/local-build-root" readonly OUT="${TEST_TMPDIR}/build-output" readonly REPO_DIRS="${TEST_TMPDIR}/repos" -readonly WRKDIR="${PWD}" +readonly WRKDIR="${PWD}/work" # Set up repo foo mkdir -p "${REPO_DIRS}/foo/src" |