From owner-svn-src-user@FreeBSD.ORG Sat Feb 7 13:22:32 2015 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4D4F0E5E; Sat, 7 Feb 2015 13:22:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 39EF58C1; Sat, 7 Feb 2015 13:22:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17DMWUT093216; Sat, 7 Feb 2015 13:22:32 GMT (envelope-from pho@FreeBSD.org) Received: (from pho@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17DMWJl093215; Sat, 7 Feb 2015 13:22:32 GMT (envelope-from pho@FreeBSD.org) Message-Id: <201502071322.t17DMWJl093215@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pho set sender to pho@FreeBSD.org using -f From: Peter Holm Date: Sat, 7 Feb 2015 13:22:32 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r278356 - user/pho/stress2/misc X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 13:22:32 -0000 Author: pho Date: Sat Feb 7 13:22:31 2015 New Revision: 278356 URL: https://svnweb.freebsd.org/changeset/base/278356 Log: Fix trailing whitespace. Sponsored by: EMC / Isilon storage division Modified: user/pho/stress2/misc/statfs.sh Modified: user/pho/stress2/misc/statfs.sh ============================================================================== --- user/pho/stress2/misc/statfs.sh Sat Feb 7 13:20:31 2015 (r278355) +++ user/pho/stress2/misc/statfs.sh Sat Feb 7 13:22:31 2015 (r278356) @@ -30,7 +30,7 @@ # Regression test for statfs problems with deleting a large number of files -# $ ./statfs.sh +# $ ./statfs.sh # Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted on # /dev/ad0s1e 1982798 1782134 42042 98% 4965 254105 2% /tmp # Free inodes on /tmp: 254105 @@ -43,7 +43,6 @@ # Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted on # /dev/ad0s1e 1982798 1784528 39648 98% 4965 254105 2% /tmp - odir=`pwd` dir=/tmp @@ -122,7 +121,7 @@ main() sprintf(file,"p%06d.%05d", pid, i); if (unlink(file) == -1) err(3, "unlink(%s)", file); - + } printf("\n"); return (0);