From 394e9d5dd4fefbd49ddc3ed8a0eafe21d7581e27 Mon Sep 17 00:00:00 2001 From: ngie Date: Tue, 1 Dec 2015 18:21:25 +0000 Subject: MFC r285118: r285118 (by jmmv): 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. --- share/examples/tests/tests/plain/cp_test.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'share') 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. -- cgit v1.1