tests.stdenv.outputs-no-out: fix

This commit is contained in:
Artturin 2023-02-19 19:58:19 +02:00
parent fe1162da90
commit 425e4250db

View File

@ -113,7 +113,7 @@ in
# Assumption: the first output* variable to be configured is
# _overrideFirst outputDev "dev" "out"
expectedMsg = "_assignFirst: could not find a non-empty variable to assign to outputDev. The following variables were all unset or empty: dev out.";
expectedMsg = "error: _assignFirst: could not find a non-empty variable to assign to outputDev.\n The following variables were all unset or empty:\n dev out";
} ''
grep -F "$expectedMsg" $result/testBuildFailure.log >/dev/null
touch $out