summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/libutil/test-trimdomain.t
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-08-27 18:25:14 +0000
committerngie <ngie@FreeBSD.org>2014-08-27 18:25:14 +0000
commit3d2bab33aa9bc3dde1dd57cf667e10eb89730df8 (patch)
tree4b996aa897962c40692fc76d3019b80f747456ec /tools/regression/lib/libutil/test-trimdomain.t
parent7901389ab7af88345b39d8f30df648bec2bcd2ac (diff)
downloadFreeBSD-src-3d2bab33aa9bc3dde1dd57cf667e10eb89730df8.zip
FreeBSD-src-3d2bab33aa9bc3dde1dd57cf667e10eb89730df8.tar.gz
MFC r270180:
r269906: Add missing BSD.tests.dist entry for lib/libutil to unbreak installworld with MK_TESTS == no Phabric: D555 Approved by: jmmv (mentor, implicit) Pointyhat to: ngie r269904: Integrate lib/libutil into the build/kyua Remove the .t wrappers Rename all of the TAP test applications from test-<test> to <test>_test to match the convention described in the TestSuite wiki page humanize_number_test.c: - Fix -Wformat warnings with counter variables - Fix minor style(9) issues: -- Header sorting -- Variable declaration alignment/sorting in main(..) -- Fit the lines in <80 columns - Fix an off by one index error in the testcase output [*] - Remove unnecessary `extern char * optarg;` (this is already provided by unistd.h) Phabric: D555 Approved by: jmmv (mentor) Obtained from: EMC / Isilon Storage Division [*] Submitted by: Casey Peel <cpeel@isilon.com> [*] Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'tools/regression/lib/libutil/test-trimdomain.t')
-rw-r--r--tools/regression/lib/libutil/test-trimdomain.t10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/regression/lib/libutil/test-trimdomain.t b/tools/regression/lib/libutil/test-trimdomain.t
deleted file mode 100644
index 8bdfd03..0000000
--- a/tools/regression/lib/libutil/test-trimdomain.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