aboutsummaryrefslogtreecommitdiffstats
path: root/test_.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test_.lua')
-rwxr-xr-xtest_.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/test_.lua b/test_.lua
index 5e914b4..629c151 100755
--- a/test_.lua
+++ b/test_.lua
@@ -74,10 +74,10 @@ end
74 74
75 75
76local GUI = 'qjackctl' 76local GUI = 'qjackctl'
77if _.exists'catia' then GUI = 'catia' end 77if _.runnable'catia' then GUI = 'catia' end
78 78
79local speaker = 'espeak' 79local speaker = 'espeak'
80if _.exists'espeak-ng' then speaker = 'espeak-ng' end 80if _.runnable'espeak-ng' then speaker = 'espeak-ng' end
81 81
82 82
83 83
@@ -114,3 +114,5 @@ print(__'exit 42':log():show():Do().status)
114print(__'return 42':log():show():Do().status) 114print(__'return 42':log():show():Do().status)
115print(__'command NoSuchCommand':log():show():Do().status) 115print(__'command NoSuchCommand':log():show():Do().status)
116 116
117__'qpdfview':forkOnce()
118__'qpdfview':forkOnce()