mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 11:19:32 +03:00
ZTS: clean up leftover ibackup_trunc files
zfs_receive_raw_incremental did not clean up ibackup_trunc.* files left over from running the test. Also changing the path of the ibackup files so they can be placed in the correct directories when /var/tmp is not the temporary directory. Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: bunder2015 <omfgbunder@gmail.com> Closes #7430
This commit is contained in:
parent
d6bb22171b
commit
1e37dee03f
@ -49,14 +49,15 @@ function cleanup
|
|||||||
log_must zfs destroy -r $TESTPOOL/$TESTFS2
|
log_must zfs destroy -r $TESTPOOL/$TESTFS2
|
||||||
|
|
||||||
[[ -f $ibackup ]] && log_must rm -f $ibackup
|
[[ -f $ibackup ]] && log_must rm -f $ibackup
|
||||||
|
[[ -f $ibackup_trunc ]] && log_must rm -f $ibackup_trunc
|
||||||
}
|
}
|
||||||
|
|
||||||
log_onexit cleanup
|
log_onexit cleanup
|
||||||
|
|
||||||
log_assert "ZFS should receive streams from raw incremental sends"
|
log_assert "ZFS should receive streams from raw incremental sends"
|
||||||
|
|
||||||
typeset ibackup="/var/tmp/ibackup.$$"
|
typeset ibackup="$TEST_BASE_DIR/ibackup.$$"
|
||||||
typeset ibackup_trunc="/var/tmp/ibackup_trunc.$$"
|
typeset ibackup_trunc="$TEST_BASE_DIR/ibackup_trunc.$$"
|
||||||
typeset passphrase="password"
|
typeset passphrase="password"
|
||||||
typeset passphrase2="password2"
|
typeset passphrase2="password2"
|
||||||
typeset snap1="$TESTPOOL/$TESTFS1@snap1"
|
typeset snap1="$TESTPOOL/$TESTFS1@snap1"
|
||||||
|
Loading…
Reference in New Issue
Block a user