Skip to content

Commit 36ca778

Browse files
committed
network/ping01: rename file and update runtest files
Signed-off-by: Alexey Kodanev <[email protected]> Reviewed-by: Cyril Hrubis <[email protected]>
1 parent a217233 commit 36ca778

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

runtest/net.ipv6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#DESCRIPTION:IPV6 related tests
2-
ping601 ping01 -6
2+
ping601 ping01.sh -6
33
sendfile601 sendfile01 -6
44
tcpdump601 tcpdump01 -6
55
tracepath601 tracepath01.sh -6

runtest/net.tcp_cmds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ finger finger01
1010
ftp export TCbin=$LTPROOT/testcases/network/tcp_cmds/ftp; ftp01
1111
host host01
1212
netstat netstat01
13-
ping export LTPROOT; ping01
13+
ping01 ping01.sh
1414
rcp export TCbin=$LTPROOT/testcases/network/tcp_cmds/rcp; rcp01
1515
rdist export TCbin=$LTPROOT/testcases/network/tcp_cmds/rdist; rdist01
1616
rlogin rlogin01

testcases/network/tcp_cmds/ping/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ top_srcdir ?= ../../../..
2424

2525
include $(top_srcdir)/include/mk/env_pre.mk
2626

27-
INSTALL_TARGETS := ping01
27+
INSTALL_TARGETS := ping01.sh
2828

2929
MAKE_TARGETS :=
3030

File renamed without changes.

0 commit comments

Comments
 (0)