summaryrefslogtreecommitdiffstats
path: root/share/examples
diff options
context:
space:
mode:
authorjmmv <jmmv@FreeBSD.org>2015-07-04 02:24:47 +0000
committerjmmv <jmmv@FreeBSD.org>2015-07-04 02:24:47 +0000
commit7eba87cee95ee2ca8075747c29ac79ba12e3da2f (patch)
tree88599193645ad2221c1c40e7d368ddf3068ced7f /share/examples
parent5c6b494ea7e8f8ed568b19c5254410decebaaaa8 (diff)
downloadFreeBSD-src-7eba87cee95ee2ca8075747c29ac79ba12e3da2f.zip
FreeBSD-src-7eba87cee95ee2ca8075747c29ac79ba12e3da2f.tar.gz
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
Diffstat (limited to 'share/examples')
-rw-r--r--share/examples/tests/tests/plain/cp_test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/examples/tests/tests/plain/cp_test.sh b/share/examples/tests/tests/plain/cp_test.sh
index ea64705..c45d684 100644
--- a/share/examples/tests/tests/plain/cp_test.sh
+++ b/share/examples/tests/tests/plain/cp_test.sh
@@ -1,3 +1,4 @@
+#! /bin/sh
# $FreeBSD$
#
# Copyright 2013 Google Inc.
OpenPOWER on IntegriCloud