diff options
author | Bartek Iwańczuk <biwanczuk@gmail.com> | 2019-09-10 17:09:54 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-09-10 11:09:54 -0400 |
commit | acee1944b9419e101f515a501b11653af8229258 (patch) | |
tree | 25d31a76d25f465a8c97c637f3edce30c166ebb8 /tests/022_info_flag_script.test | |
parent | 0b757f37371474da63db341b831d83539df28df6 (diff) |
feat: Make integration tests rust unit tests (#2884)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
Diffstat (limited to 'tests/022_info_flag_script.test')
-rw-r--r-- | tests/022_info_flag_script.test | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/022_info_flag_script.test b/tests/022_info_flag_script.test deleted file mode 100644 index ba11b9815..000000000 --- a/tests/022_info_flag_script.test +++ /dev/null @@ -1,4 +0,0 @@ -# The output assumes 003_relative_import.ts has already been run earlier -# and its output is cached to $DENO_DIR. -args: info http://127.0.0.1:4545/tests/019_media_types.ts -output: tests/022_info_flag_script.out |