mirror of
https://github.com/kevinnlsamuel/stdouterr.git
synced 2025-12-06 09:55:58 +05:30
fix (tests): idk some minor return statement thing
This commit is contained in:
@@ -107,7 +107,7 @@ test(){
|
|||||||
echo
|
echo
|
||||||
echo
|
echo
|
||||||
echo "=== end of test ==="
|
echo "=== end of test ==="
|
||||||
return ret
|
return ${ret}
|
||||||
}
|
}
|
||||||
|
|
||||||
if check_compilers; then
|
if check_compilers; then
|
||||||
|
|||||||
Reference in New Issue
Block a user