Skip to content
Snippets Groups Projects
Commit 81608e82 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

testsuite: Fix T8602 on musl

Musl wants hash-bangs on all executables.
parent db313f98
No related branches found
No related tags found
No related merge requests found
:! echo 'echo $4 $5 $6; exit 1' > t8602.sh :! echo '#!/bin/sh' > t8602.sh
:! echo 'echo $4 $5 $6; exit 1' >> t8602.sh
:! chmod +x t8602.sh :! chmod +x t8602.sh
:load A :load A
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment