svn commit: r255302 - head/tools/regression/lib/libc/stdio

Jilles Tjoelker jilles at FreeBSD.org
Fri Sep 6 12:59:49 UTC 2013


Author: jilles
Date: Fri Sep  6 12:59:48 2013
New Revision: 255302
URL: http://svnweb.freebsd.org/changeset/base/255302

Log:
  libc/stdio: Run mkostemp test using prove.

Added:
  head/tools/regression/lib/libc/stdio/test-mkostemp.t   (contents, props changed)

Added: head/tools/regression/lib/libc/stdio/test-mkostemp.t
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/tools/regression/lib/libc/stdio/test-mkostemp.t	Fri Sep  6 12:59:48 2013	(r255302)
@@ -0,0 +1,10 @@
+#!/bin/sh
+# $FreeBSD$
+
+cd `dirname $0`
+
+executable=`basename $0 .t`
+
+make $executable 2>&1 > /dev/null
+
+exec ./$executable


More information about the svn-src-all mailing list