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

Peter Holm pho at FreeBSD.org
Mon Oct 24 07:56:21 UTC 2016


Author: pho
Date: Mon Oct 24 07:56:20 2016
New Revision: 307850
URL: https://svnweb.freebsd.org/changeset/base/307850

Log:
  Fixed typo in cleanup.
  
  Sponsored by:	Dell EMC Isilon

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

Modified: user/pho/stress2/misc/fdgrowtable.sh
==============================================================================
--- user/pho/stress2/misc/fdgrowtable.sh	Mon Oct 24 07:54:55 2016	(r307849)
+++ user/pho/stress2/misc/fdgrowtable.sh	Mon Oct 24 07:56:20 2016	(r307850)
@@ -48,7 +48,7 @@ while kill -0 $! 2>/dev/null; do
 	../testcases/swap/swap -t 2m -i 40 -h
 done
 wait
-rm -d /tmp/fdgrowtable
+rm -f /tmp/fdgrowtable
 exit
 
 EOF


More information about the svn-src-user mailing list