From owner-svn-src-user@FreeBSD.ORG Sat Feb 7 13:24:31 2015 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 60CA5F51; Sat, 7 Feb 2015 13:24:31 +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 4DCB38CE; Sat, 7 Feb 2015 13:24:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17DOV9t093487; Sat, 7 Feb 2015 13:24:31 GMT (envelope-from pho@FreeBSD.org) Received: (from pho@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17DOVjo093486; Sat, 7 Feb 2015 13:24:31 GMT (envelope-from pho@FreeBSD.org) Message-Id: <201502071324.t17DOVjo093486@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:24:31 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r278357 - 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:24:31 -0000 Author: pho Date: Sat Feb 7 13:24:30 2015 New Revision: 278357 URL: https://svnweb.freebsd.org/changeset/base/278357 Log: Fix trailing whitespace and make test less verbose. Sponsored by: EMC / Isilon storage division Modified: user/pho/stress2/misc/suj6.sh Modified: user/pho/stress2/misc/suj6.sh ============================================================================== --- user/pho/stress2/misc/suj6.sh Sat Feb 7 13:22:31 2015 (r278356) +++ user/pho/stress2/misc/suj6.sh Sat Feb 7 13:24:30 2015 (r278357) @@ -50,7 +50,7 @@ newfs -j md${mdstart}$part > /dev/null mount /dev/md${mdstart}$part $mntpoint chmod 777 $mntpoint -su $testuser -c "cd $mntpoint; /tmp/suj6" +su $testuser -c "cd $mntpoint; /tmp/suj6" > /dev/null while mount | grep $mntpoint | grep -q /dev/md; do umount $mntpoint || sleep 1 @@ -104,7 +104,7 @@ test(int size) sprintf(file,"p%05d", getpid()); - if ((fd = creat(file, 0660)) == -1) + if ((fd = creat(file, 0660)) == -1) err(1, "creat(%s)", file); to = sizeof(buf);