From 27bf4a78b7203ed77790c92134213c3398214daa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 30 Aug 2025 22:09:14 +0200 Subject: Add "ignore" command Changelog: Added `ignore` builtin command --- test/script/run.et | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/script') diff --git a/test/script/run.et b/test/script/run.et index 7cc1670..c3c698e 100644 --- a/test/script/run.et +++ b/test/script/run.et @@ -29,7 +29,7 @@ test TrivialRun: test SimpleRun: - let should_succeed = [ "bool" ] + let should_succeed = [ "bool", "command-ignore" ] let should_fail = [ "bool" ] spawn as p -- cgit v1.2.3