From ea44f6089c5813a20f221792e67ff94723205a81 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 9 May 2023 00:52:07 +0200 Subject: 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. --- test/end-to-end/git-import/chained-import.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/end-to-end/git-import') 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 -- cgit v1.2.3