From ae66d62f750fb52ead83a09d8f14d462b2f9a2a8 Mon Sep 17 00:00:00 2001 From: Theo Champion Date: Wed, 8 Oct 2025 13:15:17 +0200 Subject: [PATCH] fix: Fixed bad binary name --- test_badmaps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_badmaps.sh b/test_badmaps.sh index 118f5fa..ec1a46c 100755 --- a/test_badmaps.sh +++ b/test_badmaps.sh @@ -2,5 +2,5 @@ for i in ./ressources/bad_maps/*; do printf "testing $i...\n" - ./cub3d $i && printf "$i...\tFAILED (did not detect expected error)\n" || printf "$i...\tPASSED\n" + ./cub3D $i && printf "$i...\tFAILED (did not detect expected error)\n" || printf "$i...\tPASSED\n" done