Skip to content

20230925.00

Choose a tag to compare

@guesttestinfra-bot guesttestinfra-bot released this 25 Sep 23:46
fcfc082
utils: change FileExists() to use stat() instead of access() (#118)

We observed an inconsistency of behavior of access() across linux systems,
to work that around we are changing it to use stat() instead.