Skip to content

Commit a611bac

Browse files
authored
tarantool: Use language-specific heredocs
1 parent 1b16961 commit a611bac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/t/tarantool.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def post_install
7373
end
7474

7575
test do
76-
(testpath/"test.lua").write <<~EOS
76+
(testpath/"test.lua").write <<~LUA
7777
box.cfg{}
7878
local s = box.schema.create_space("test")
7979
s:create_index("primary")
@@ -84,7 +84,7 @@ def post_install
8484
os.exit(-1)
8585
end
8686
os.exit(0)
87-
EOS
87+
LUA
8888
system bin/"tarantool", "#{testpath}/test.lua"
8989
end
9090
end

0 commit comments

Comments
 (0)