diff options
Diffstat (limited to 'test/testdata/eval-fail-hashfile-missing.err.exp')
-rw-r--r-- | test/testdata/eval-fail-hashfile-missing.err.exp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/testdata/eval-fail-hashfile-missing.err.exp b/test/testdata/eval-fail-hashfile-missing.err.exp new file mode 100644 index 0000000..1e46539 --- /dev/null +++ b/test/testdata/eval-fail-hashfile-missing.err.exp | |||
@@ -0,0 +1,13 @@ | |||
1 | error: | ||
2 | … while calling the 'toString' builtin | ||
3 | at /pwd/lang/eval-fail-hashfile-missing.nix:4:3: | ||
4 | 3| in | ||
5 | 4| toString (builtins.concatLists (map (hash: map (builtins.hashFile hash) paths) ["md5" "sha1" "sha256" "sha512"])) | ||
6 | | ^ | ||
7 | 5| | ||
8 | |||
9 | … while evaluating the first argument passed to builtins.toString | ||
10 | |||
11 | … while calling the 'hashFile' builtin | ||
12 | |||
13 | error: opening file '/pwd/lang/this-file-is-definitely-not-there-7392097': No such file or directory | ||