From 366f0c9f458c76eb45147008b60c558bd08b6415 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Fri, 6 Sep 2013 12:59:48 +0000 Subject: [PATCH] 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 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 00000000000..8bdfd03be81 --- /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