From 780e72ab6a092a6a7174c30bf4163857770d2ad0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sun, 7 Apr 2019 00:13:06 +0200 Subject: Refactor CLI flag parsing (#2025) --- tests/022_info_flag.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/022_info_flag.test') diff --git a/tests/022_info_flag.test b/tests/022_info_flag.test index 2de27bdfa..e58288ec5 100644 --- a/tests/022_info_flag.test +++ b/tests/022_info_flag.test @@ -1,4 +1,4 @@ # 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 +args: info http://127.0.0.1:4545/tests/019_media_types.ts output: tests/022_info_flag.out -- cgit v1.2.3