hurl/integration/tests_failed/file_unauthorized.err
2022-07-28 11:24:53 +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
|