* [LTP] [PATCH] ftp/ftp01.sh: Fix put command specification
@ 2022-12-02 9:33 Akihiko Odaki
2022-12-02 21:52 ` Petr Vorel
0 siblings, 1 reply; 2+ messages in thread
From: Akihiko Odaki @ 2022-12-02 9:33 UTC (permalink / raw)
Cc: Yan Vugenfirer, Yuri Benditovich, ltp
The tested command is put, not post, as the function name indicates.
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
---
testcases/network/tcp_cmds/ftp/ftp01.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testcases/network/tcp_cmds/ftp/ftp01.sh b/testcases/network/tcp_cmds/ftp/ftp01.sh
index ac57f004e..da3cdb375 100755
--- a/testcases/network/tcp_cmds/ftp/ftp01.sh
+++ b/testcases/network/tcp_cmds/ftp/ftp01.sh
@@ -60,7 +60,7 @@ test_put()
echo lcd $TST_NET_DATAROOT
echo $1
echo cd $TST_TMPDIR
- echo post $file
+ echo put $file
echo quit
} | ftp -nv $RHOST
--
2.38.1
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-12-02 21:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-02 9:33 [LTP] [PATCH] ftp/ftp01.sh: Fix put command specification Akihiko Odaki
2022-12-02 21:52 ` Petr Vorel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox