nix: fix failing test

Nix 2.3.4 now shows the assertion that failed since NixOS/nix@307bcb9, changing
the message we need to check against.
This commit is contained in:
Cole Helbling 2020-04-12 10:58:25 -07:00
parent 35bb3a8975
commit f5e0318f9f
No known key found for this signature in database
GPG key ID: B37E0F2371016A4C

View file

@ -752,7 +752,7 @@ mod tests {
assert_run( assert_run(
ret, ret,
Expect::Fail, Expect::Fail,
vec!["You just can't", "assertion failed"], vec!["You just can't", "assertion", "failed"],
); );
} }