hurl/integration/tests_failed/file_unauthorized.err

29 lines
844 B
Plaintext
Raw Normal View History

2022-02-04 19:34:41 +03:00
error: Unauthorized file access
--> tests_failed/file_unauthorized.hurl:2:6
2022-02-04 19:34:41 +03:00
|
2 | file,/secret.txt;
2022-08-08 19:33:49 +03:00
| ^^^^^^^^^^^ unauthorized access to file /secret.txt, check --file-root option
2022-02-04 19:34:41 +03:00
|
2022-07-22 20:40:00 +03:00
error: Unauthorized file access
--> tests_failed/file_unauthorized.hurl:7:6
|
7 | file,../secret.txt;
2022-08-08 19:33:49 +03:00
| ^^^^^^^^^^^^^ unauthorized access to file ../secret.txt, check --file-root option
2022-07-22 20:40:00 +03:00
|
error: Unauthorized file access
--> tests_failed/file_unauthorized.hurl:13:13
|
13 | file1: file,/secret.txt;
2022-08-08 19:33:49 +03:00
| ^^^^^^^^^^^ unauthorized access to file /secret.txt, check --file-root option
2022-07-22 20:40:00 +03:00
|
error: Unauthorized file access
--> tests_failed/file_unauthorized.hurl:19:13
|
19 | file1: file,../secret.txt;
2022-08-08 19:33:49 +03:00
| ^^^^^^^^^^^^^ unauthorized access to file ../secret.txt, check --file-root option
2022-07-22 20:40:00 +03:00
|
2023-03-29 14:22:53 +03:00