From b8eb3c4e3cbdf284087ea0eda58a2681ab3e8e11 Mon Sep 17 00:00:00 2001 From: Paul Dagnelie Date: Fri, 2 Sep 2016 21:07:15 -0700 Subject: [PATCH] OpenZFS 7262 - remove seq from zfs_receive_010.ksh Authored by: Paul Dagnelie Reviewed by: John Wren Kennedy Reviewed by: Matthew Ahrens Reviewed by: Prakash Surya Reviewed by: Yuri Pankov Reviewed by: Brian Behlendorf Approved by: Dan McDonald Ported-by: candychencan OpenZFS-issue: https://www.illumos.org/issues/7262 OpenZFS-commit: https://github.com/illumos/illumos-gate/commit/b868f5d Closes #5080 --- .../functional/cli_root/zfs_receive/zfs_receive_010_pos.ksh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_010_pos.ksh b/tests/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_010_pos.ksh index b1fbff2976..511463f331 100755 --- a/tests/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_010_pos.ksh +++ b/tests/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_010_pos.ksh @@ -21,7 +21,7 @@ # # -# Copyright (c) 2015 by Delphix. All rights reserved. +# Copyright (c) 2015, 2016 by Delphix. All rights reserved. # . $STF_SUITE/include/libtest.shlib @@ -138,7 +138,7 @@ $RM $mntpnt/h17 $RM $mntpnt2/h* # Add empty objects to $fs to exercise dmu_traverse code -for i in `seq 1 100`; do +for i in {1..100}; do log_must touch $mntpnt/uf$i done