TypedDevs / bashunit

A simple testing library for bash scripts. Test your bash scripts in the fastest and simplest way, discover the most modern bash testing library.
https://bashunit.typeddevs.com
MIT License
316 stars 27 forks source link

Fix: exit code when fn does not exist #270

Closed Chemaclass closed 3 months ago

Chemaclass commented 3 months ago

📚 Description

In bash, when a function does not exist, the exist code must be 127

🔖 Changes