mirror of
https://git.proxmox.com/git/mirror_zfs
synced 2025-04-28 18:00:50 +00:00
ZTS: functional/mount scripts are not removing /var/tmp/testdir.X dirs
cleanup.ksh is assuming we have TESTDIRS set. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Alexander Motin <mav@FreeBSD.org> Signed-off-by: Toomas Soome <tsoome@me.com> Closes #16915
This commit is contained in:
parent
a55b6fe94a
commit
e411081aa0
@ -27,12 +27,14 @@
|
|||||||
|
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013, 2016 by Delphix. All rights reserved.
|
# Copyright (c) 2013, 2016 by Delphix. All rights reserved.
|
||||||
|
# Copyright 2025 MNX Cloud, Inc.
|
||||||
#
|
#
|
||||||
|
|
||||||
. $STF_SUITE/include/libtest.shlib
|
. $STF_SUITE/include/libtest.shlib
|
||||||
|
|
||||||
log_must destroy_pool $TESTPOOL
|
log_must destroy_pool $TESTPOOL
|
||||||
|
|
||||||
for dir in $TESTDIRS; do
|
for i in 1 2 3; do
|
||||||
|
dir=$TESTDIR.$i
|
||||||
rm -rf $dir
|
rm -rf $dir
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user