]> Kevux Git Server - fll/commit
Regression: "fake skeleton" no longer works due to "file not found".
authorKevin Day <thekevinday@gmail.com>
Thu, 20 May 2021 02:39:45 +0000 (21:39 -0500)
committerKevin Day <thekevinday@gmail.com>
Thu, 20 May 2021 02:39:45 +0000 (21:39 -0500)
commiteef839a161e123e4fe406ee58a5d1fbebb97b3c8
treeed15f6f22dbf031c8a25098fdfd165f0e7880524
parent6021fd0b6ca5808cfb9606a7beb0e5230e150cb4
Regression: "fake skeleton" no longer works due to "file not found".

ERROR: Unable to create file 'data/build/defines', could not find file.

This error message is a bit nonsensical because it is supposed to create a file if it does not exist.

This is a regression in that at some point f_file_is() started returning F_file_found_not with error bit set and the skeleton program is only expecting F_file_found_not without the error bit set.
Make the test error-bit neutral.
level_3/fake/c/private-skeleton.c