svn commit: r278357 - user/pho/stress2/misc

Peter Holm pho at FreeBSD.org
Sat Feb 7 13:24:31 UTC 2015


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);


More information about the svn-src-user mailing list