Date: Thu, 27 Apr 2017 11:19:56 +0000 (UTC) From: Peter Holm <pho@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r317496 - user/pho/stress2/misc Message-ID: <201704271119.v3RBJu65023123@repo.freebsd.org>
index | next in thread | raw e-mail
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;help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704271119.v3RBJu65023123>
