blob: e96fb49e9d74fce20f0605655c39737f980bb573 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 3rd/bee.lua/test/test.lua.orig 2025-12-02 15:52:43 UTC
+++ 3rd/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
|