svn commit: r361999 - head/lib/libc/tests/gen

Kyle Evans kevans at FreeBSD.org
Wed Jun 10 03:04:37 UTC 2020


Author: kevans
Date: Wed Jun 10 03:04:36 2020
New Revision: 361999
URL: https://svnweb.freebsd.org/changeset/base/361999

Log:
  Add missing shell script from r361995
  
  Pointy hat:	kevans
  Reported by:	rpokala
  X-MFC-With:	r361995

Added:
  head/lib/libc/tests/gen/spawnp_enoexec.sh   (contents, props changed)

Added: head/lib/libc/tests/gen/spawnp_enoexec.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lib/libc/tests/gen/spawnp_enoexec.sh	Wed Jun 10 03:04:36 2020	(r361999)
@@ -0,0 +1,4 @@
+# $FreeBSD$
+# Intentionally no interpreter
+
+exit 42


More information about the svn-src-head mailing list