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

Peter Holm pho at FreeBSD.org
Thu Apr 27 11:19:57 UTC 2017


Author: pho
Date: Thu Apr 27 11:19:56 2017
New Revision: 317496
URL: https://svnweb.freebsd.org/changeset/base/317496

Log:
  The options flag must be set to either FTS_LOGICAL or FTS_PHYSICAL.
  
  Sponsored by:	Dell EMC Isilon

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

Modified: user/pho/stress2/misc/fifo3.sh
==============================================================================
--- user/pho/stress2/misc/fifo3.sh	Thu Apr 27 08:16:51 2017	(r317495)
+++ user/pho/stress2/misc/fifo3.sh	Thu Apr 27 11:19:56 2017	(r317496)
@@ -145,7 +145,7 @@ test(void)
 	if (fork() == 0)
 		tmkdir();
 
-	ftsoptions = 0;
+	ftsoptions = FTS_PHYSICAL;
 	args[0] = ".";
 	args[1] = 0;
 


More information about the svn-src-user mailing list