aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordvs12024-10-25 10:53:17 +1000
committerdvs12024-10-25 10:53:17 +1000
commitddfca38a3fd4152451391b4dfd7dd3aa75487f16 (patch)
treefd7ad68ab79a1d86479d4f77c141eea82b0c03f7
parentAdded an example in C. B-) (diff)
downloadJackOnAllDevices-ddfca38a3fd4152451391b4dfd7dd3aa75487f16.zip
JackOnAllDevices-ddfca38a3fd4152451391b4dfd7dd3aa75487f16.tar.gz
JackOnAllDevices-ddfca38a3fd4152451391b4dfd7dd3aa75487f16.tar.bz2
JackOnAllDevices-ddfca38a3fd4152451391b4dfd7dd3aa75487f16.tar.xz
Another error test.
-rwxr-xr-xtest_.lua5
1 files changed, 5 insertions, 0 deletions
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()
91print('') 91print('')
92 92
93 93
94print(__[[#!/bin/NoSuchCommand
95 echo "Should not print."
96]]:log():show():Do().status)
97print('')
98
94__[[#!/bin/bash 99__[[#!/bin/bash
95 echo "Hello world from bash." 100 echo "Hello world from bash."
96]]:log():show():Do() 101]]:log():show():Do()