Merge pull request #622 from smcv/exeext

Silence Automake warning for items in TESTS being renamed
This commit is contained in:
Simon McVittie
2024-02-15 14:39:11 +00:00
committed by GitHub

View File

@@ -51,7 +51,7 @@ test_extra_programs = \
tests/try-syscall \
$(NULL)
test-bwrap: bwrap
test-bwrap$(EXEEXT): bwrap
rm -rf test-bwrap
cp bwrap test-bwrap
chmod 0755 test-bwrap