adjusting line

This commit is contained in:
lalgarra 2025-10-03 18:52:39 +02:00
parent 26fe85d7ac
commit 81f932f0be

View file

@ -6,7 +6,7 @@
# By: lalgarra <lalgarra@student.42madrid.com> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2025/10/03 18:03:12 by lalgarra #+# #+# #
# Updated: 2025/10/03 18:33:44 by lalgarra ### ########.fr #
# Updated: 2025/10/03 18:50:51 by lalgarra ### ########.fr #
# #
# **************************************************************************** #
@ -23,7 +23,8 @@ TESTS:= isalpha_test isdigit_test isalnum_test isascii_test \
@./$*_test > ./$*_actual.output ;
%_report : %_test %_actual.output
-(diff -a $*_expected.output $*_actual.output && echo "Test OK") > $*_report
-(diff -a $*_expected.output $*_actual.output \
&& echo "Test OK") > $*_report
EXES = $(TESTS)