Skip to content

Commit a4e1cf6

Browse files
Artturinroberth
authored andcommitted
tests.stdenv.outputs-no-out: update expectedMsg
1 parent 6e422a0 commit a4e1cf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/test/stdenv/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ in
115115

116116
# Assumption: the first output* variable to be configured is
117117
# _overrideFirst outputDev "dev" "out"
118-
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";
118+
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";
119119
} ''
120120
grep -F "$expectedMsg" $result/testBuildFailure.log >/dev/null
121121
touch $out

0 commit comments

Comments
 (0)