mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
23 lines
374 B
Bash
Executable File
23 lines
374 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ../.function
|
|
|
|
## ftp.test -- Test ftp feature
|
|
|
|
start_msg ftp
|
|
|
|
#UTRACE="0 5M 0"
|
|
#UOBJDUMP="0 100k 10"
|
|
#USIMERR="error.sim"
|
|
export UTRACE UOBJDUMP USIMERR
|
|
|
|
rm -f README
|
|
|
|
#ftp://people.redhat.com/jakub/prelink/prelink-0.1.3-1.i386.rpm
|
|
|
|
#STRACE=$TRUSS
|
|
start_prg ftp ftp://ftp.at.debian.org/debian/README
|
|
|
|
# Test against expected output
|
|
test_output_wc l ftp README
|