]> git.proxmox.com Git - mirror_zfs.git/blobdiff - tests/zfs-tests/tests/functional/cli_root/zfs_unmount/zfs_unmount_all_001_pos.ksh
Enable remaining tests
[mirror_zfs.git] / tests / zfs-tests / tests / functional / cli_root / zfs_unmount / zfs_unmount_all_001_pos.ksh
index b1be2093eda8894204d021deec6ee05ff269206c..b5a01b53aeab934ba68ca198b074de17f3871fb7 100755 (executable)
@@ -181,6 +181,10 @@ for opt in "-a" "-fa"; do
        fi
 
        export __ZFS_POOL_RESTRICT="$TESTPOOL"
+       if [[ $opt == "-fa" ]] && is_linux; then
+               log_mustnot zfs unmount $opt
+               cd /tmp
+       fi
        log_must zfs unmount $opt
        unset __ZFS_POOL_RESTRICT