summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/libc/stdio/test-fmemopen.t
blob: bd5157b5d8f82f7769d5dcd2c85785114280576e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
# $FreeBSD$

cd `dirname $0`

executable=`basename $0 .t`

make $executable 2>&1 > /dev/null

echo 1..1
if ./$executable; then
	echo ok 1 - $executable successful
else
	echo not ok 1 - $executable failed
fi
OpenPOWER on IntegriCloud