Skip to content

Commit 6edb58f

Browse files
committed
pretest_clean: add popen built-in module
We're going to implement it in the scope of tarantool/tarantool#4031
1 parent c452608 commit 6edb58f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pretest_clean.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ local function clean()
271271
os = true,
272272
package = true,
273273
pickle = true,
274+
popen = true,
274275
pwd = true,
275276
socket = true,
276277
strict = true,

0 commit comments

Comments
 (0)