Better test fix

(cherry picked from commit e67458e5b8)
This commit is contained in:
Eelco Dolstra 2024-02-02 13:22:18 +01:00 committed by github-actions[bot]
parent 955be03476
commit b6bf4a80d8

View File

@ -80,6 +80,7 @@ test -x $outPath/fetchurl.sh
test -L $outPath/symlink
# Make sure that *not* passing a outputHash fails.
requireDaemonNewerThan "2.20"
expected=100
if [[ -v NIX_DAEMON_PACKAGE ]]; then expected=1; fi # work around the daemon not returning a 100 status correctly
expectStderr $expected nix-build --expr '{ url }: builtins.derivation { name = "nix-cache-info"; system = "x86_64-linux"; builder = "builtin:fetchurl"; inherit url; outputHashMode = "flat"; }' --argstr url file://$narxz 2>&1 | grep 'must be a fixed-output derivation'