diff options
author | Gurwinder Singh <vargwin@gmail.com> | 2019-06-27 19:04:12 +0530 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-06-27 09:34:12 -0400 |
commit | d7d3e9f9dea7bf3f6e0c6e15e1bb3d2326f0fdf9 (patch) | |
tree | 6c21e306254e556dcaf390f683faa74157d7b712 /tests/error_013_missing_script.test | |
parent | fb6d57a28172aeaaa5fdb31d5775e190bdfaa1c1 (diff) |
Fix multiple error messages for a missing file (#2587)
Diffstat (limited to 'tests/error_013_missing_script.test')
-rw-r--r-- | tests/error_013_missing_script.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/error_013_missing_script.test b/tests/error_013_missing_script.test new file mode 100644 index 000000000..76c77da8d --- /dev/null +++ b/tests/error_013_missing_script.test @@ -0,0 +1,4 @@ +args: run --reload missing_file_name +check_stderr: true +exit_code: 1 +output: tests/error_013_missing_script.out |