tests.stdenv.outputs-no-out: update expectedMsg

This commit is contained in:
Artturin 2023-03-02 14:42:16 +02:00 committed by Robert Hensing
parent 6e422a0fba
commit a4e1cf6d13

View file

@ -115,7 +115,7 @@ in
# Assumption: the first output* variable to be configured is
# _overrideFirst outputDev "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";
expectedMsg = "error: _assignFirst: could not find a non-empty variable whose name 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