On Mon Feb 10, 2025 at 7:03 PM EET, Ahmed Salem wrote: > test_smoke.sh:9: expression uses non POSIX-conformant operator > symbol '==', resulting in skipping the remaining tests. > > This patch ensures the use of POSIX-conformant operator symbol '='. > > w/o this patch for test_smoke.sh > ================================ > $ sudo make -j8 TARGETS=tpm2 kselftest > make[3]: Nothing to be done for 'all'. > TAP version 13 > 1..3 > # timeout set to 600 > # selftests: tpm2: test_smoke.sh > # ./test_smoke.sh: 9: [: 2: unexpected operator > ok 1 selftests: tpm2: test_smoke.sh # SKIP The fix is fine but cut out snippets of transcripts pinpointing the issue. BR, Jarkko