From ddfca38a3fd4152451391b4dfd7dd3aa75487f16 Mon Sep 17 00:00:00 2001 From: dvs1 Date: Fri, 25 Oct 2024 10:53:17 +1000 Subject: Another error test. --- test_.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test_.lua') diff --git a/test_.lua b/test_.lua index d305eb8..b5348f0 100755 --- a/test_.lua +++ b/test_.lua @@ -91,6 +91,11 @@ __{'uname -a', 'free -h'}:log():show():Do() print('') +print(__[[#!/bin/NoSuchCommand + echo "Should not print." +]]:log():show():Do().status) +print('') + __[[#!/bin/bash echo "Hello world from bash." ]]:log():show():Do() -- cgit v1.1