Skip to content

Commit

Permalink
ZTS: remove unused TESTDIRS from pam/cleanup.ksh
Browse files Browse the repository at this point in the history
Remove TESTDIRS as it is not set for pam tests.

Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Alexander Motin <[email protected]>
Signed-off-by: Toomas Soome <[email protected]>
Closes openzfs#16920
  • Loading branch information
tsoome authored and behlendorf committed Jan 3, 2025
1 parent cfec8f1 commit e47b033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/zfs-tests/tests/functional/pam/cleanup.ksh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ destroy_pool $TESTPOOL
del_user ${username}
del_user ${username}rec
del_group pamtestgroup
log_must rm -rf "$runstatedir" $TESTDIRS
log_must rm -rf "$runstatedir"

0 comments on commit e47b033

Please sign in to comment.