diff options
author | dvs1 | 2024-10-25 10:53:17 +1000 |
---|---|---|
committer | dvs1 | 2024-10-25 10:53:17 +1000 |
commit | ddfca38a3fd4152451391b4dfd7dd3aa75487f16 (patch) | |
tree | fd7ad68ab79a1d86479d4f77c141eea82b0c03f7 | |
parent | Added an example in C. B-) (diff) | |
download | JackOnAllDevices-ddfca38a3fd4152451391b4dfd7dd3aa75487f16.zip JackOnAllDevices-ddfca38a3fd4152451391b4dfd7dd3aa75487f16.tar.gz JackOnAllDevices-ddfca38a3fd4152451391b4dfd7dd3aa75487f16.tar.bz2 JackOnAllDevices-ddfca38a3fd4152451391b4dfd7dd3aa75487f16.tar.xz |
Another error test.
-rwxr-xr-x | test_.lua | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -91,6 +91,11 @@ __{'uname -a', 'free -h'}:log():show():Do() | |||
91 | print('') | 91 | print('') |
92 | 92 | ||
93 | 93 | ||
94 | print(__[[#!/bin/NoSuchCommand | ||
95 | echo "Should not print." | ||
96 | ]]:log():show():Do().status) | ||
97 | print('') | ||
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() |