From dfd17597dbfd8db62df39a4c1a2591a3a41d505d Mon Sep 17 00:00:00 2001 From: jilles Date: Fri, 6 Sep 2013 12:59:48 +0000 Subject: libc/stdio: Run mkostemp test using prove. --- tools/regression/lib/libc/stdio/test-mkostemp.t | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tools/regression/lib/libc/stdio/test-mkostemp.t (limited to 'tools') diff --git a/tools/regression/lib/libc/stdio/test-mkostemp.t b/tools/regression/lib/libc/stdio/test-mkostemp.t new file mode 100644 index 0000000..8bdfd03 --- /dev/null +++ b/tools/regression/lib/libc/stdio/test-mkostemp.t @@ -0,0 +1,10 @@ +#!/bin/sh +# $FreeBSD$ + +cd `dirname $0` + +executable=`basename $0 .t` + +make $executable 2>&1 > /dev/null + +exec ./$executable -- cgit v1.1