summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/libutil/test-grp.t
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-08-13 04:56:27 +0000
committerngie <ngie@FreeBSD.org>2014-08-13 04:56:27 +0000
commitcba459dcfd9cffbd5fbcb69b96b69eb7d7958203 (patch)
treee6f1a5b46faf78afbac8edf11de8191d432b03b0 /tools/regression/lib/libutil/test-grp.t
parentc90468901175f3a020bf0f9fcb44e7de534b1c3e (diff)
downloadFreeBSD-src-cba459dcfd9cffbd5fbcb69b96b69eb7d7958203.zip
FreeBSD-src-cba459dcfd9cffbd5fbcb69b96b69eb7d7958203.tar.gz
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) MFC after: 2 weeks 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-grp.t')
-rw-r--r--tools/regression/lib/libutil/test-grp.t12
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/regression/lib/libutil/test-grp.t b/tools/regression/lib/libutil/test-grp.t
deleted file mode 100644
index cbb7c8c..0000000
--- a/tools/regression/lib/libutil/test-grp.t
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-base=$(realpath $(dirname $0))
-name=$(basename $0 .t)
-
-set -e
-cd $base
-make -s $name >/dev/null
-exec $base/$name
OpenPOWER on IntegriCloud