hurl/integration/tests_failed/file_unauthorized.err
2022-08-08 18:42:57 +02:00

28 lines
843 B
Plaintext

error: Unauthorized file access
--> tests_failed/file_unauthorized.hurl:2:6
|
2 | file,/secret.txt;
| ^^^^^^^^^^^ unauthorized access to file /secret.txt, check --file-root option
|
error: Unauthorized file access
--> tests_failed/file_unauthorized.hurl:7:6
|
7 | file,../secret.txt;
| ^^^^^^^^^^^^^ unauthorized access to file ../secret.txt, check --file-root option
|
error: Unauthorized file access
--> tests_failed/file_unauthorized.hurl:13:13
|
13 | file1: file,/secret.txt;
| ^^^^^^^^^^^ unauthorized access to file /secret.txt, check --file-root option
|
error: Unauthorized file access
--> tests_failed/file_unauthorized.hurl:19:13
|
19 | file1: file,../secret.txt;
| ^^^^^^^^^^^^^ unauthorized access to file ../secret.txt, check --file-root option
|