tests.fetchurl: add test flag-appending-netrcPhase-curlOptsList

This commit is contained in:
Yueh-Shun Li
2025-12-18 06:12:03 +08:00
parent dd7414ba7f
commit d0f0e55689
+8
View File
@@ -80,6 +80,14 @@ in
'';
};
flag-appending-netrcPhase-curlOptsList = testFlagAppending {
name = "test-fetchurl-flag-appending-netrcPhase-curlOptsList";
netrcPhase = ''
touch netrc
curlOptsList+=("--foo" "--bar")
'';
};
# Tests that we can send custom headers with spaces in them
header =
let