summaryrefslogtreecommitdiffstats
path: root/tests/cram/lua/test_cases/set_with_empty_table_doesnt_leak.lua
blob: 83e91d3ab26453fb60133d0fcaa2ae9067e5dbad (plain)
1
2
local c = uci.cursor(os.getenv("CONFIG_DIR"))
print(pcall(c.set, c, "network", "lan", "dns", {}))