blob: a77a015b2a3ad7bacbff46359b442b7ee83c6c80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 3rd/luamake/bee.lua/test/test.lua.orig 2025-12-02 15:38:21 UTC
+++ 3rd/luamake/bee.lua/test/test.lua
@@ -53,7 +53,7 @@ do
if lt.options.touch then
lt.options.touch = fs.absolute(lt.options.touch):string()
end
- local tmpdir = fs.temp_directory_path() / "test_bee"
+ local tmpdir = "%WRKDIR%" .. "/tmp/test_bee"
fs.create_directories(tmpdir)
fs.current_path(tmpdir)
end
|