File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989fi
9090
9191echo " Test of getting empty file"
92- PWD= ` pwd `
92+ touch $ PWD/scripts/empty
9393./examples/echoserver/echoserver -1 -R $ready_file &
9494server_pid=$!
9595create_port
9696./examples/scpclient/wolfscp -u jill -P upthehill -p $port -S $PWD /scripts/empty:$PWD /empty
9797RESULT=$?
9898remove_ready_file
99+ rm -f $PWD /scripts/empty
99100
100101if test -e $PWD /empty ; then
101102 rm $PWD /empty
@@ -106,13 +107,14 @@ else
106107fi
107108
108109echo " Test of sending empty file"
109- PWD= ` pwd `
110+ touch $ PWD/scripts/empty
110111./examples/echoserver/echoserver -1 -R $ready_file &
111112server_pid=$!
112113create_port
113114./examples/scpclient/wolfscp -u jill -P upthehill -p $port -L $PWD /scripts/empty:$PWD /empty
114115RESULT=$?
115116remove_ready_file
117+ rm -f $PWD /scripts/empty
116118
117119if test -e $PWD /empty ; then
118120 rm $PWD /empty
You can’t perform that action at this time.
0 commit comments