aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-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()