Use "eval" in history_002_pos for log_must
Otherwise the output is consumed by the output redirection. Reviewed-by: Serapheim Dimitropoulos <serapheim@delphix.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tim Chase <tim@chase2k.com> Closes #7570
This commit is contained in:
parent
a8577bdb32
commit
88eaf610d9
|
@ -143,8 +143,8 @@ run_and_verify "zfs snapshot $fssnap2"
|
|||
run_and_verify "zfs snapshot $volsnap2"
|
||||
|
||||
# Send isn't logged...
|
||||
log_must zfs send -i $fssnap $fssnap2 > $tmpfile
|
||||
log_must zfs send -i $volsnap $volsnap2 > $tmpfile2
|
||||
log_must eval "zfs send -i $fssnap $fssnap2 > $tmpfile"
|
||||
log_must eval "zfs send -i $volsnap $volsnap2 > $tmpfile2"
|
||||
# Verify that's true
|
||||
zpool history $TESTPOOL | grep 'zfs send' >/dev/null 2>&1 && \
|
||||
log_fail "'zfs send' found in history of \"$TESTPOOL\""
|
||||
|
|
Loading…
Reference in New Issue