From 3c6973807919cdd183634455d61af439d14b91f0 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Wed, 10 Feb 2021 11:49:09 -0500 Subject: Fixed failing test in the terminal version. --- test/test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- cgit v1.2.3