From 9a7304800891a95463783df822a0a918010177af Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 12 Oct 2020 14:33:17 +0200 Subject: [PATCH] adapt text for FDXB --- 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 4a1293cf8..41ebe1951 100755 --- a/tools/pm3_tests.sh +++ b/tools/pm3_tests.sh @@ -367,7 +367,7 @@ while true; do "EM TAG ID : 0F0368568B"; then break; fi if ! CheckExecute slow "lf T55 fdxb_animal test" "$CLIENTBIN -c 'data load -f traces/lf_ATA5577_fdxb_animal.pm3; lf search 1'" "FDX-B ID found"; then break; fi if ! CheckExecute slow "lf T55 fdxb_animal test2" "$CLIENTBIN -c 'data load -f traces/lf_ATA5577_fdxb_animal.pm3; lf fdxb demod'" \ - "Animal ID 0999-000000112233"; then break; fi + "Animal ID 999-000000112233"; then break; fi if ! CheckExecute slow "lf T55 fdxb_extended test" "$CLIENTBIN -c 'data load -f traces/lf_ATA5577_fdxb_extended.pm3; lf search 1'" "FDX-B ID found"; then break; fi if ! CheckExecute slow "lf T55 fdxb_extended test2" "$CLIENTBIN -c 'data load -f traces/lf_ATA5577_fdxb_extended.pm3; lf fdxb demod'" \ "temperature 95.2 F / 35.1 C"; then break; fi