Add missing shebang
authorjmmv <jmmv@FreeBSD.org>
Sat, 4 Jul 2015 02:24:47 +0000 (02:24 +0000)
committerjmmv <jmmv@FreeBSD.org>
Sat, 4 Jul 2015 02:24:47 +0000 (02:24 +0000)
commit7eba87cee95ee2ca8075747c29ac79ba12e3da2f
tree88599193645ad2221c1c40e7d368ddf3068ced7f
parent5c6b494ea7e8f8ed568b19c5254410decebaaaa8
Add missing shebang

Plain test programs are not preprocessed by the build system (as opposed to
ATF test cases, which automatically gain a shebang pointing at atf-sh), so
we must take care of providing the shebang ourselves.

I'm not sure why this was not causing problems with Kyua 0.11, but the
upcoming 0.12 release chokes on this particular issue.

MFC after: 1 week
share/examples/tests/tests/plain/cp_test.sh