Date: Sat, 7 Feb 2015 13:24:31 +0000 (UTC) From: Peter Holm <pho@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r278357 - user/pho/stress2/misc Message-ID: <201502071324.t17DOVjo093486@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502071324.t17DOVjo093486>