mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
22 lines
348 B
Bash
Executable File
22 lines
348 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ../.function
|
|
|
|
## curl.test -- Test curl feature
|
|
|
|
start_msg curl
|
|
|
|
#UTRACE="0 5M 0"
|
|
#UOBJDUMP="0 100k 10"
|
|
#USIMERR="error.sim"
|
|
export UTRACE UOBJDUMP USIMERR
|
|
|
|
# (need password...)
|
|
# ldap://www.unirel.com:389/cn=admin,o=mail??o=mail
|
|
|
|
#STRACE=$LTRUSS
|
|
start_prg curl < inp/curl.input
|
|
|
|
# Test against expected output
|
|
test_output_wc w curl
|