Skip to content

Commit 1d28dfb

Browse files
committed
freecad@1.1.1_py313_qt6: update test block to specify path for user.cfg and system.cfg
1 parent 511ac5b commit 1d28dfb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Formula/freecad@1.1.1_py313_qt6.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,11 @@ def caveats
526526

527527
test do
528528
freecadcmd = OS.mac? ? prefix/"MacOS/FreeCADCmd" : bin/"FreeCADCmd"
529+
with_env(HOME: testpath, TMPDIR: testpath) do
530+
system freecadcmd, "-u", testpath/"user.cfg",
531+
"-s", testpath/"system.cfg",
532+
"-t", "0"
533+
end
529534
system freecadcmd, "-t", "0"
530535
end
531536
end

0 commit comments

Comments
 (0)