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/gc/export.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/end-to-end/gc') diff --git a/test/end-to-end/gc/export.sh b/test/end-to-end/gc/export.sh index 793ff8a1..15b151ef 100644 --- a/test/end-to-end/gc/export.sh +++ b/test/end-to-end/gc/export.sh @@ -22,7 +22,7 @@ readonly LBR="${TEST_TMPDIR}/local-build-root" readonly LBR_MR="${TEST_TMPDIR}/local-build-root-mr" readonly TOOLS_DIR="${TEST_TMPDIR}/tools" readonly OUT="${TEST_TMPDIR}/out" -readonly JUST_MR_ARGS="--just ${JUST} --local-build-root ${LBR_MR}" +readonly JUST_MR_ARGS="--norc --just ${JUST} --local-build-root ${LBR_MR}" BUILD_ARGS="--local-build-root ${LBR}" if [ -n "${COMPATIBLE:-}" ]; then BUILD_ARGS="$BUILD_ARGS --compatible" -- cgit v1.2.3