summaryrefslogtreecommitdiff
path: root/test/end-to-end/git-import
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2023-05-09 00:52:07 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-05-09 01:11:53 +0200
commitea44f6089c5813a20f221792e67ff94723205a81 (patch)
tree5262ecfb519cb9d0d9d54a1be3da15516bc55d67 /test/end-to-end/git-import
parent7d94668a6a917da363acfc9294ab0f257b72fc8c (diff)
downloadjustbuild-ea44f6089c5813a20f221792e67ff94723205a81.tar.gz
end-to-end tests: be independent of the user's home directory
... and, in particular, do not read any rc files for just-mr the user might have.
Diffstat (limited to 'test/end-to-end/git-import')
-rwxr-xr-xtest/end-to-end/git-import/chained-import.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/end-to-end/git-import/chained-import.sh b/test/end-to-end/git-import/chained-import.sh
index 8eba65ab..e9f98198 100755
--- a/test/end-to-end/git-import/chained-import.sh
+++ b/test/end-to-end/git-import/chained-import.sh
@@ -82,7 +82,7 @@ EOF
echo
cat repos.json
echo
-"${JUST_MR}" --just "${JUST}" --local-build-root "${LBR}" install -o "${OUT}" 2>&1
+"${JUST_MR}" --norc --just "${JUST}" --local-build-root "${LBR}" install -o "${OUT}" 2>&1
echo
cat "${OUT}/out.txt"
echo