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/cp.testscript | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/test/script/builtin/cp.testscript') diff --git a/tests/test/script/builtin/cp.testscript b/tests/test/script/builtin/cp.testscript index 0d465e4..46828df 100644 --- a/tests/test/script/builtin/cp.testscript +++ b/tests/test/script/builtin/cp.testscript @@ -4,6 +4,12 @@ .include ../common.testscript +: unknown-option +: +$c <"cp: unknown option '-u'" == 1 +EOI + : args : { -- cgit v1.1