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

Peter Holm pho at FreeBSD.org
Thu Feb 27 06:55:07 UTC 2020


Author: pho
Date: Thu Feb 27 06:55:04 2020
New Revision: 358372
URL: https://svnweb.freebsd.org/changeset/base/358372

Log:
  Added what error message to expect.

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

Modified: user/pho/stress2/misc/mount.sh
==============================================================================
--- user/pho/stress2/misc/mount.sh	Thu Feb 27 06:52:48 2020	(r358371)
+++ user/pho/stress2/misc/mount.sh	Thu Feb 27 06:55:04 2020	(r358372)
@@ -73,6 +73,7 @@ newfs $newfs_flags md${mdstart}$part > /dev/null
 
 # The test:
 
+echo "Expect: mount: /dev/md5a: Device busy"
 mount -r /dev/md${mdstart}$part $mntpoint
 mount -r /dev/md${mdstart}$part $mntpoint
 umount $mntpoint


More information about the svn-src-user mailing list