aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2021-02-10 11:49:09 -0500
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2021-02-10 11:49:09 -0500
commit3c6973807919cdd183634455d61af439d14b91f0 (patch)
tree10ff6c3c1064b12848f74348b726e7b3ba0c1a80 /test
parented88bfea09b7b4be9b5e9f144e4c37bf32798445 (diff)
Fixed failing test in the terminal version.
Diffstat (limited to 'test')
-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]