summaryrefslogtreecommitdiff
path: root/lang/fennel/files/patch-test_cli.fnl
blob: 4166a1e1d41005c46757c8dbbe0fb7a1c80fe144 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- test/cli.fnl.orig	2024-03-28 21:47:12 UTC
+++ test/cli.fnl
@@ -14,7 +14,7 @@
                   (p:read :*all)
                   (if (p:close)
                       long
-                      "lua")))
+                      (or (os.getenv "LUA") "lua"))))
 
 (fn file-exists? [filename]
   (let [f (io.open filename)]