asn1_test.in 236 B

123456789101112
  1. #! @BUILD_SHEBANG@
  2. set -e
  3. . "@builddir@/grub-core/modinfo.sh"
  4. out=`echo functional_test asn1_test | @builddir@/grub-shell`
  5. if [ "$(echo "$out" | tail -n 1)" != "ALL TESTS PASSED" ]; then
  6. echo "ASN.1 test failure: $out"
  7. exit 1
  8. fi