summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtests/zfs-tests/tests/functional/migration/migration_004_pos.ksh2
-rwxr-xr-xtests/zfs-tests/tests/functional/migration/migration_005_pos.ksh2
-rwxr-xr-xtests/zfs-tests/tests/functional/migration/migration_006_pos.ksh2
3 files changed, 3 insertions, 3 deletions
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 98689e181..81b822da6 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 288b125cd..95ca47a24 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 97e7a01b0..d88947987 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"