summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/msun/test-rem.t
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2016-01-06 20:21:40 +0000
committerngie <ngie@FreeBSD.org>2016-01-06 20:21:40 +0000
commitd42686c8e06e5c0ff53de7112114f4d98755baa6 (patch)
tree99daa019cfcfe018bc200e270d3c2cecf5cb0d3d /tools/regression/lib/msun/test-rem.t
parent03aed74e9c37f31301d107b9678a5e10a1f1dd9e (diff)
downloadFreeBSD-src-d42686c8e06e5c0ff53de7112114f4d98755baa6.zip
FreeBSD-src-d42686c8e06e5c0ff53de7112114f4d98755baa6.tar.gz
MFC r292328:
Integrate a number of testcases from tools/regression/lib/msun into the FreeBSD test suite There's no functional change with these testcases; they're purposely being left in TAP format for the time being Other testcases which crash on amd64/i386 as-is have not been integrated yet (they need to be retested on a later version of CURRENT, as I haven't used i386 in some time)
Diffstat (limited to 'tools/regression/lib/msun/test-rem.t')
-rw-r--r--tools/regression/lib/msun/test-rem.t10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/regression/lib/msun/test-rem.t b/tools/regression/lib/msun/test-rem.t
deleted file mode 100644
index 8bdfd03..0000000
--- a/tools/regression/lib/msun/test-rem.t
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-# $FreeBSD$
-
-cd `dirname $0`
-
-executable=`basename $0 .t`
-
-make $executable 2>&1 > /dev/null
-
-exec ./$executable
OpenPOWER on IntegriCloud