From 3d2bab33aa9bc3dde1dd57cf667e10eb89730df8 Mon Sep 17 00:00:00 2001 From: ngie Date: Wed, 27 Aug 2014 18:25:14 +0000 Subject: 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- to _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 [*] Sponsored by: EMC / Isilon Storage Division --- tools/regression/lib/libutil/test-trimdomain.t | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 tools/regression/lib/libutil/test-trimdomain.t (limited to 'tools/regression/lib/libutil/test-trimdomain.t') 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 -- cgit v1.1