From dd5f09287ea3c4ca03c6657ac00fbf6ece028418 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 26 Jul 2021 17:35:48 +0200 Subject: [PATCH] adapt test to new output --- tools/pm3_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pm3_tests.sh b/tools/pm3_tests.sh index 499673c80..4a76184dc 100755 --- a/tools/pm3_tests.sh +++ b/tools/pm3_tests.sh @@ -421,7 +421,7 @@ while true; do "Heden-2L \| 888"; then break; fi if ! CheckExecute slow "lf T55 indala test" "$CLIENTBIN -c 'data load -f traces/lf_ATA5577_indala.pm3; lf search -1'" "Indala ID found"; then break; fi if ! CheckExecute slow "lf T55 indala test2" "$CLIENTBIN -c 'data load -f traces/lf_ATA5577_indala.pm3; lf indala demod'" \ - "Fmt 26 FC: 123 Card: 1337 checksum: 10"; then break; fi + "Fmt 26 FC: 123 Card: 1337 Parity: 11"; then break; fi if ! CheckExecute slow "lf T55 indala_224 test" "$CLIENTBIN -c 'data load -f traces/lf_ATA5577_indala_224.pm3; lf search -1'" "Indala ID found"; then break; fi if ! CheckExecute slow "lf T55 indala_224 test2" "$CLIENTBIN -c 'data load -f traces/lf_ATA5577_indala_224.pm3; lf indala demod'" \ "Indala (len 224) Raw: 80000001b23523a6c2e31eba3cbee4afb3c6ad1fcf649393928c14e5"; then break; fi