Fix util/process test on Cygwin
authorJon Turney <jon.turney@dronecode.org.uk>
Wed, 25 Mar 2020 13:22:30 +0000 (13:22 +0000)
committerMarge Bot <eric+marge@anholt.net>
Wed, 15 Apr 2020 21:10:11 +0000 (21:10 +0000)
commit0158f73f086e0fe1b29a1e7bba995acce71d6bb9
tree70d67a8385817f5e9783c3b45bed7b9f79e9e1b2
parentbefe2ff3a610c468fb0bbb67624cc5b531a3fefe
Fix util/process test on Cygwin

It seems meson returns the filename with extension for full_path(), even
though Cygwin does it's best to pretend the file doesn't have that
extension.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4514>
src/util/process_test.c