From eb445271df55b5fc3a45b238f6944c5528158b5a Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Fri, 20 Mar 2020 21:50:38 +0100 Subject: [PATCH] Remove carryover from RGBASM in RGBLINK tests --- test/link/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/link/test.sh b/test/link/test.sh index 8f886bc3..8ec56be5 100755 --- a/test/link/test.sh +++ b/test/link/test.sh @@ -16,7 +16,7 @@ tryDiff () { } tryCmp () { - cmp $1 $2 || (../../contrib/gbdiff.bash $1 $2; echo -e "${bold}${red}${i%.asm}${variant}.out.bin mismatch!${rescolors}${resbold}"; false) + cmp $1 $2 || (../../contrib/gbdiff.bash $1 $2; echo -e "${bold}${red}${i%.asm}.out.bin mismatch!${rescolors}${resbold}"; false) } RGBASM=../../rgbasm