Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2020 06:33:11 +0000 (UTC)
From:      Peter Holm <pho@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r358367 - user/pho/stress2/misc
Message-ID:  <202002270633.01R6XBPN066908@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pho
Date: Thu Feb 27 06:33:11 2020
New Revision: 358367
URL: https://svnweb.freebsd.org/changeset/base/358367

Log:
  Fix broken unmount.

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

Modified: user/pho/stress2/misc/mkfifo7.sh
==============================================================================
--- user/pho/stress2/misc/mkfifo7.sh	Thu Feb 27 05:00:21 2020	(r358366)
+++ user/pho/stress2/misc/mkfifo7.sh	Thu Feb 27 06:33:11 2020	(r358367)
@@ -50,7 +50,7 @@ cd $mntpoint
 s=$?
 cd $odir
 
-while mount | grep "on $mntpoint " | grep -q tmpfs/md; do
+while mount | grep "on $mntpoint " | grep -q tmpfs; do
 	umount $mntpoint || sleep 1
 done
 rm -rf /tmp/mkfifo7



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002270633.01R6XBPN066908>