]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix shebangs and execute bit of test scripts.
authorMichael Tuexen <tuexen@FreeBSD.org>
Sat, 14 Jul 2018 19:49:14 +0000 (19:49 +0000)
committerMichael Tuexen <tuexen@FreeBSD.org>
Sat, 14 Jul 2018 19:49:14 +0000 (19:49 +0000)
commit49d7124b18fdc8aec8063287e993b4bc4f350313
tree44c15c5498021020e1e8e75cbb3e06ec07fa8040
parentf2ae19e50198e49600de3c5cba1c50c83a222d8a
Fix shebangs and execute bit of test scripts.

Since we don't have /usr/bin/ksh, use a generic way of specifying
ksh. Some of the tests only run with ksh93, so use this shell
for these tests. Two of the tests don't have the execute bit set,
so fix this, too.

Reviewed by: markj@
Sponsored by: Netflix, Inc.
Differential Revision: https://reviews.freebsd.org/D16270
cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/tst.ipv4localicmp.ksh
cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/tst.ipv4localtcp.ksh
cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/tst.ipv4remoteicmp.ksh
cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/tst.ipv4remotetcp.ksh
cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/tst.ipv6localicmp.ksh
cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/tst.ipv6remoteicmp.ksh
cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/tst.localtcpstate.ksh [changed mode: 0644->0755]
cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/tst.remotetcpstate.ksh [changed mode: 0644->0755]