]> git.proxmox.com Git - mirror_zfs.git/blobdiff - tests/zfs-tests/tests/functional/removal/removal_with_remove.ksh
OpenZFS 9166 - zfs storage pool checkpoint
[mirror_zfs.git] / tests / zfs-tests / tests / functional / removal / removal_with_remove.ksh
index fef7c293b943f5431a749079cbfc532b106836d7..df7bc671994a4b91d6461cbc2451ae7537b0ebbf 100755 (executable)
@@ -15,7 +15,7 @@
 #
 
 #
-# Copyright (c) 2014, 2016 by Delphix. All rights reserved.
+# Copyright (c) 2014, 2017 by Delphix. All rights reserved.
 #
 
 . $STF_SUITE/include/libtest.shlib
 default_setup_noexit "$DISKS"
 log_onexit default_cleanup_noexit
 
-function callback # count
+function callback
 {
-       typeset count=$1
-       if ((count == 0)); then
-               log_mustnot zpool remove $TESTPOOL $NOTREMOVEDISK
-       fi
+       log_mustnot zpool remove $TESTPOOL $NOTREMOVEDISK
        return 0
 }