From 72945d9c8eee18aed1550c3f42dc41e6a8a0f029 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 22 Jul 2019 22:37:40 +0300 Subject: Use CLI-generated classes to parse testscript builtin options --- tests/test/script/builtin/rmdir.testscript | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/test/script/builtin/rmdir.testscript') diff --git a/tests/test/script/builtin/rmdir.testscript b/tests/test/script/builtin/rmdir.testscript index 1b19509..9f0c945 100644 --- a/tests/test/script/builtin/rmdir.testscript +++ b/tests/test/script/builtin/rmdir.testscript @@ -4,6 +4,12 @@ .include ../common.testscript +: unknown-option +: +$c <"rmdir: unknown option '-u'" == 1 +EOI + : no-args : { -- cgit v1.1