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 _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"