aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--test/test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.lua b/test/test.lua
index 6b143dc3..5d09a514 100644
--- a/test/test.lua
+++ b/test/test.lua
@@ -3172,7 +3172,7 @@ function test_run_commands_function()
local filename = os.tmpname()
io.open_file(filename)
textadept.run.run_commands.text = function()
- return [[lua -e 'print(os.getenv("FOO"))']], '/tmp', {FOO = 'bar'}
+ return [[lua -e "print(os.getenv('FOO'))"]], '/tmp', {FOO = 'bar'}
end
textadept.run.run()
assert_equal(#_BUFFERS, 3) -- including [Test Output]