From d2ce594274c9712b97138c4f998a71dd3ad7e1e1 Mon Sep 17 00:00:00 2001 From: fkobi Date: Mon, 15 Dec 2025 21:54:00 +0000 Subject: [PATCH] compile_fail.sh: do not `exit 0` explicitly That's the default --- compile_fail.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/compile_fail.sh b/compile_fail.sh index 60cf6b99..4a02a83a 100755 --- a/compile_fail.sh +++ b/compile_fail.sh @@ -12,5 +12,3 @@ else echo -ne "#!/bin/bash\nexit 0;" > ${TEST_BIN_NAME} fi chmod u+x ${TEST_BIN_NAME} -exit 0; -