Skip to content

Commit

Permalink
10502 zfs_mount_006_pos.ksh wanders outside the test area
Browse files Browse the repository at this point in the history
Reviewed by: John Kennedy <john.kennedy@delphix.com>
Reviewed by: Kody Kantor <kody.kantor@joyent.com>
Approved by: Gordon Ross <gwr@nexenta.com>
  • Loading branch information
andy-js authored and gwr committed May 24, 2019
1 parent ebe61a7 commit f006f88
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -27,6 +27,7 @@

#
# Copyright (c) 2016 by Delphix. All rights reserved.
# Copyright 2019 RackTop Systems.
#

. $STF_SUITE/include/libtest.shlib
Expand Down Expand Up @@ -98,7 +99,7 @@ log_must zfs create $TESTPOOL/$TESTFS1
unmounted $TESTPOOL/$TESTFS1 || \
log_must force_unmount $TESTPOOL/$TESTFS1

while [[ -n $mtpt ]] ; do
while [[ $mtpt != $TESTDIR ]] ; do
(( depth == MAXDEPTH )) && \
log_note "Verify that 'zfs $mountcmd <filesystem>' " \
"which mountpoint be the identical of an existing one " \
Expand Down

0 comments on commit f006f88

Please sign in to comment.