OCamlPro / gnucobol

A clone of the sourceforge GnuCOBOL compiler from COBOL to C.
https://get-superbol.com
GNU Lesser General Public License v3.0
16 stars 20 forks source link

Test 8 fails on Windows #124

Open lefessan opened 9 months ago

lefessan commented 9 months ago

From https://github.com/OCamlPro/gnucobol/actions/runs/6675975179?pr=109

8. used_binaries.at:350: testing temporary path invalid ...
../../tests/used_binaries.at:366: TMPDIR="" TMP="notthere" TEMP="" $COMPILE prog.cob
--- -   2023-10-28 09:10:22.004766600 +0000
+++ /d/a/gnucobol/gnucobol/_build/tests/testsuite.dir/at-groups/8/stderr        2023-10-28 09:10:21.922287300 +0000
@@ -1,2 +1,3 @@
 libcob: warning: Temporary directory TMP is invalid, adjust TMPDIR!
+Cannot create temporary file in: Invalid argument

../../tests/used_binaries.at:366: exit code was 1, expected 0
8. used_binaries.at:350: 8. temporary path invalid (used_binaries.at:350): FAILED (used_binaries.at:366)
ddeclerck commented 9 months ago

This is a known issue with the temporary PATH on Windows. I'll check if something can be done about it.