diff --git a/tests/zfs-tests/tests/functional/migration/migration_004_pos.ksh b/tests/zfs-tests/tests/functional/migration/migration_004_pos.ksh index 98689e181a..81b822da61 100755 --- a/tests/zfs-tests/tests/functional/migration/migration_004_pos.ksh +++ b/tests/zfs-tests/tests/functional/migration/migration_004_pos.ksh @@ -61,7 +61,7 @@ cd $DNAME (( $? != 0 )) && log_untested "Could not change directory to $DNAME" $LS $BNAME | $CPIO -oc > $TESTDIR/cpio$$.cpio -(( $? != 0 )) && log_failED "Unable to create cpio archive" +(( $? != 0 )) && log_fail "Unable to create cpio archive" cd $cwd (( $? != 0 )) && log_untested "Could not change directory to $cwd" diff --git a/tests/zfs-tests/tests/functional/migration/migration_005_pos.ksh b/tests/zfs-tests/tests/functional/migration/migration_005_pos.ksh index 288b125cdc..95ca47a242 100755 --- a/tests/zfs-tests/tests/functional/migration/migration_005_pos.ksh +++ b/tests/zfs-tests/tests/functional/migration/migration_005_pos.ksh @@ -61,7 +61,7 @@ cd $DNAME (( $? != 0 )) && log_untested "Could not change directory to $DNAME" $LS $BNAME | $CPIO -oc > $TESTDIR/cpio$$.cpio -(( $? != 0 )) && log_failED "Unable to create cpio archive" +(( $? != 0 )) && log_fail "Unable to create cpio archive" cd $cwd (( $? != 0 )) && log_untested "Could not change directory to $cwd" diff --git a/tests/zfs-tests/tests/functional/migration/migration_006_pos.ksh b/tests/zfs-tests/tests/functional/migration/migration_006_pos.ksh index 97e7a01b0b..d88947987e 100755 --- a/tests/zfs-tests/tests/functional/migration/migration_006_pos.ksh +++ b/tests/zfs-tests/tests/functional/migration/migration_006_pos.ksh @@ -61,7 +61,7 @@ cd $DNAME (( $? != 0 )) && log_untested "Could not change directory to $DNAME" $LS $BNAME | $CPIO -oc > $NONZFS_TESTDIR/cpio$$.cpio -(( $? != 0 )) && log_failED "Unable to create cpio archive" +(( $? != 0 )) && log_fail "Unable to create cpio archive" cd $cwd (( $? != 0 )) && log_untested "Could not change directory to $cwd"