mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
20 lines
340 B
Bash
Executable File
20 lines
340 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ../.function
|
|
|
|
## entity.test -- Test entity feature
|
|
|
|
start_msg entity
|
|
|
|
#UTRACE="0 5M 0"
|
|
#UOBJDUMP="0 1M 100"
|
|
#USIMERR="error.sim"
|
|
export UTRACE UOBJDUMP USIMERR
|
|
|
|
start_prg entity < inp/entity.input
|
|
|
|
# openssl smime -verify -noverify -in inp/pkcs7.eml -out inp/pkcs7.out
|
|
|
|
# Test against expected output
|
|
test_output_wc w entity
|