mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-25 19:57:43 +03:00
ZTS: Minor fixes
- The migration_012_pos.ksh test case was failing because of a missing space after `log_must`. - None of the tests listed in the runfiles should include the .ksh suffix. Reviewed-by: Richard Yao <richard.yao@alumni.stonybrook.edu> Reviewed-by: Brian Atkinson <batkinson@lanl.gov> Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #14515
This commit is contained in:
@@ -55,7 +55,7 @@ log_assert "Migrating test file from $NEWFS_DEFAULT_FS fs to ZFS fs using cp"
|
||||
|
||||
log_onexit cleanup
|
||||
|
||||
log_mustprepare $DNAME "cp $BNAME $NONZFS_TESTDIR/cp$$.cp"
|
||||
log_mustmigrate $TESTDIR $SUMA $SUMB "cp $NONZFS_TESTDIR/cp$$.cp $BNAME"
|
||||
log_must prepare $DNAME "cp $BNAME $NONZFS_TESTDIR/cp$$.cp"
|
||||
log_must migrate $TESTDIR $SUMA $SUMB "cp $NONZFS_TESTDIR/cp$$.cp $BNAME"
|
||||
|
||||
log_pass "Successfully migrated test file from $NEWFS_DEFAULT_FS fs to ZFS fs".
|
||||
|
||||
Reference in New Issue
Block a user