diff mbox series

[2/6] ftp/ftp01: Remove verbose comments

Message ID 20221020120741.212671-2-akihiko.odaki@daynix.com
State Accepted
Headers show
Series [1/6] ftp/ftp01: Use tst_net.sh | expand

Commit Message

Akihiko Odaki Oct. 20, 2022, 12:07 p.m. UTC
Suggested-by: Petr Vorel <pvorel@suse.cz>
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
---
 testcases/network/tcp_cmds/ftp/ftp01.sh | 20 --------------------
 1 file changed, 20 deletions(-)
diff mbox series

Patch

diff --git a/testcases/network/tcp_cmds/ftp/ftp01.sh b/testcases/network/tcp_cmds/ftp/ftp01.sh
index a78d8adc0..2d61377b3 100755
--- a/testcases/network/tcp_cmds/ftp/ftp01.sh
+++ b/testcases/network/tcp_cmds/ftp/ftp01.sh
@@ -45,12 +45,6 @@  TST_SETUP=do_setup
 TST_NEEDS_CMDS='awk ftp'
 TST_NEEDS_TMPDIR=1
 
-#-----------------------------------------------------------------------
-#
-# FUNCTION:  do_setup
-#
-#-----------------------------------------------------------------------
-
 do_setup()
 {
 
@@ -63,12 +57,6 @@  do_setup()
 
 }
 
-#-----------------------------------------------------------------------
-#
-# FUNCTION:  do_test
-#
-#-----------------------------------------------------------------------
-
 do_test()
 {
 
@@ -115,14 +103,6 @@  do_test()
     done
 }
 
-#----------------------------------------------------------------------
-# FUNCTION: MAIN
-# PURPOSE:  To invoke the functions to perform the tasks described in
-#           the prologue.
-# INPUT:    None.
-# OUTPUT:   A testcase run log with the results of the execution of this
-#           test.
-#----------------------------------------------------------------------
 . tst_net.sh
 
 tst_run