fix(testsuite): files .sh now have the correct shebang

This commit is contained in:
Matteo Flebus 2026-01-26 17:21:34 +01:00
parent 668bba5b02
commit c8c72085cb
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
################### ###################

View file

@ -1,3 +1,5 @@
#!/bin/sh
if [ "$BIN_PATH" = "" ]; if [ "$BIN_PATH" = "" ];
then export BIN_PATH="$(pwd)/42sh" then export BIN_PATH="$(pwd)/42sh"
fi fi