Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Aug 2014 12:24:17 +0000 (UTC)
From:      Peter Holm <pho@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r269517 - user/pho/stress2/misc
Message-ID:  <53df7b71.5d5f.17154598@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pho
Date: Mon Aug  4 12:24:17 2014
New Revision: 269517
URL: http://svnweb.freebsd.org/changeset/base/269517

Log:
  Fixed a typo.
  
  Sponsored by:	 EMC / Isilon storage division

Modified:
  user/pho/stress2/misc/tmpfs12.sh

Modified: user/pho/stress2/misc/tmpfs12.sh
==============================================================================
--- user/pho/stress2/misc/tmpfs12.sh	Mon Aug  4 12:23:34 2014	(r269516)
+++ user/pho/stress2/misc/tmpfs12.sh	Mon Aug  4 12:24:17 2014	(r269517)
@@ -80,7 +80,7 @@ for i in `jot $N 1`; do
 	    /dev/null 2>&1 &
 done
 daemon sh -c '(cd ../testcases/swap; ./swap -t 5m -i 20 -h -l 100)' > \
-    /dev/null 2>&!
+    /dev/null 2>&1
 
 sleep 60
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53df7b71.5d5f.17154598>