Skip to content

Commit 193a339

Browse files
gamanakisamotin
andauthored
Update tests/zfs-tests/tests/functional/rsend/send_leak_keymaps.ksh
Co-authored-by: Alexander Motin <[email protected]> Signed-off-by: George Amanakis <[email protected]>
1 parent 306399e commit 193a339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/zfs-tests/tests/functional/rsend/send_leak_keymaps.ksh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ log_must dd if=/dev/urandom of=/$TESTPOOL/$TESTFS2/testfile bs=128K count=4 \
6161
status=none
6262

6363
for i in $(seq 0 20); do
64-
echo "Taking snapshots"
64+
log_note "Taking snapshots"
6565
log_must zfs snapshot $TESTPOOL/$TESTFS2@snap_$i
6666
log_must dd if=/dev/urandom of=/$TESTPOOL/$TESTFS2/testfile bs=128K \
6767
count=4 status=none

0 commit comments

Comments
 (0)