mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
20 lines
315 B
Bash
Executable File
20 lines
315 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ../.function
|
|
|
|
## certificate.test -- Test certificate feature
|
|
|
|
start_msg certificate
|
|
|
|
#UTRACE="0 5M 0"
|
|
#UOBJDUMP="0 100k 10"
|
|
#USIMERR="error.sim"
|
|
export UTRACE UOBJDUMP USIMERR
|
|
|
|
#CApath_rehash
|
|
|
|
start_prg certificate < inp/certificate.input
|
|
|
|
# Test against expected output
|
|
test_output_wc l certificate
|