Skip to content

Commit

Permalink
Merge pull request #622 from smcv/exeext
Browse files Browse the repository at this point in the history
Silence Automake warning for items in TESTS being renamed
  • Loading branch information
smcv authored Feb 15, 2024
2 parents 82d6197 + 454bfbf commit 65a19f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65a19f2

Please sign in to comment.