mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
25 lines
684 B
Bash
Executable File
25 lines
684 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ../.function
|
|
|
|
## form_completion.test -- Test form_completion feature
|
|
|
|
start_msg form_completion
|
|
|
|
#UTRACE="0 5M 0"
|
|
#UOBJDUMP="0 100k 10"
|
|
#USIMERR="error.sim"
|
|
#EXEC_ON_EXIT="/utility/stack_dump.sh"
|
|
export UTRACE UOBJDUMP USIMERR EXEC_ON_EXIT
|
|
|
|
#unset PWD
|
|
export X509_SUBJECT='/C=IT/L=Rome/O=Eraclito/OU=Tac/CN=p.team/Email=p.team@eraclito.net'
|
|
|
|
start_prg form_completion < inp/form/lms.in
|
|
start_prg form_completion -c form_completion1.cfg < inp/form/lms.in
|
|
start_prg form_completion -c form_completion2.cfg < inp/form/lms.in
|
|
start_prg form_completion -c form_completion3.cfg < inp/form/squirrel.in
|
|
|
|
# Test against expected output
|
|
test_output_diff form_completion
|