From owner-svn-src-head@freebsd.org Mon Jul 24 17:27:22 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7BD7CFF28C; Mon, 24 Jul 2017 17:27:22 +0000 (UTC) (envelope-from ngie@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 74BDF70746; Mon, 24 Jul 2017 17:27:22 +0000 (UTC) (envelope-from ngie@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6OHRLqx004754; Mon, 24 Jul 2017 17:27:21 GMT (envelope-from ngie@FreeBSD.org) Received: (from ngie@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6OHRLrt004753; Mon, 24 Jul 2017 17:27:21 GMT (envelope-from ngie@FreeBSD.org) Message-Id: <201707241727.v6OHRLrt004753@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ngie set sender to ngie@FreeBSD.org using -f From: Ngie Cooper Date: Mon, 24 Jul 2017 17:27:21 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r321424 - head/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts X-SVN-Group: head X-SVN-Commit-Author: ngie X-SVN-Commit-Paths: head/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts X-SVN-Commit-Revision: 321424 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jul 2017 17:27:22 -0000 Author: ngie Date: Mon Jul 24 17:27:21 2017 New Revision: 321424 URL: https://svnweb.freebsd.org/changeset/base/321424 Log: Style cleanup: delete spurious trailing whitespace MFC after: 1 month Modified: head/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/dtest.pl Modified: head/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/dtest.pl ============================================================================== --- head/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/dtest.pl Mon Jul 24 17:23:53 2017 (r321423) +++ head/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/dtest.pl Mon Jul 24 17:27:21 2017 (r321424) @@ -250,7 +250,7 @@ sub run_tests { $name = $1; $base = $2; $ext = $3; - + $dir = dirname($file); $isksh = 0; $tag = 0; @@ -372,7 +372,7 @@ sub run_tests { "modunload -i 0"); if (!system("modinfo | grep dtrace")) { warn "ERROR: couldn't unload dtrace\n"; - system("svcadm enable " . + system("svcadm enable " . "-s svc:/network/nfs/mapid:default"); exit(124); } @@ -387,7 +387,7 @@ sub run_tests { "modunload -i 0"); if (!system("modinfo | grep dtrace")) { warn "ERROR: couldn't unload dtrace\n"; - system("svcadm enable " . + system("svcadm enable " . "-s svc:/network/nfs/mapid:default"); exit(124); } @@ -679,7 +679,7 @@ if ($opt_b) { # # Run all the tests specified on the command-line (the entire test suite # by default) once for each dtrace command tested, skipping any tests -# not valid for that command. +# not valid for that command. # foreach $dtrace_cmd (@dtrace_cmds) { run_tests($dtrace_cmd, $exception_lists{$dtrace_cmd});