From c8e281cb6bb5a327a86e9464930cc6e33de7ee5f Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 15 May 2020 18:06:06 +0200 Subject: [PATCH] fix: ok text for iclass loclass test adjusted --- pm3test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pm3test.sh b/pm3test.sh index f96285e7e..5b91c0bdc 100755 --- a/pm3test.sh +++ b/pm3test.sh @@ -136,7 +136,7 @@ while true; do if ! CheckExecute "hf iclass test" "$PM3BIN -c 'hf iclass loclass t l'" "verified ok"; then break; fi if ! CheckExecute "emv test" "$PM3BIN -c 'emv test -l'" "Test(s) \[ OK"; then break; fi else - if ! CheckExecute "hf iclass test" "$PM3BIN -c 'hf iclass loclass t'" "OK!"; then break; fi + if ! CheckExecute "hf iclass test" "$PM3BIN -c 'hf iclass loclass t'" "key diversification (ok)"; then break; fi if ! CheckExecute "emv test" "$PM3BIN -c 'emv test'" "Test(s) \[ OK"; then break; fi fi