mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
19 lines
297 B
Bash
Executable File
19 lines
297 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ../.function
|
|
|
|
## pop3.test -- Test pop3 feature
|
|
|
|
start_msg pop3
|
|
|
|
#UTRACE="0 50M 0"
|
|
#UOBJDUMP="0 100k 10"
|
|
#USIMERR="error.sim"
|
|
export UTRACE UOBJDUMP USIMERR
|
|
|
|
#STRACE=$TRUSS
|
|
start_prg pop3 mail.unirel.com stefano.casazza caciucco
|
|
|
|
# Test against expected output
|
|
test_output_diff pop3
|