From: Omar Sandoval Date: Fri, 2 Nov 2018 21:29:36 +0000 (-0700) Subject: generic/{472,496,497}: fix $seeqres typo X-Git-Tag: v2022.05.01~1354 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=290e7a5636e76a8fbe27703609a827c88a7e5d25;p=xfstests-dev.git generic/{472,496,497}: fix $seeqres typo Signed-off-by: Omar Sandoval Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- diff --git a/tests/generic/472 b/tests/generic/472 index c74d6c70..04ed3e73 100755 --- a/tests/generic/472 +++ b/tests/generic/472 @@ -51,7 +51,7 @@ swapfile_cycle() { $CHATTR_PROG +C $swapfile >> $seqres.full 2>&1 "$here/src/mkswap" $swapfile >> $seqres.full "$here/src/swapon" $swapfile 2>&1 | _filter_scratch - swapoff $swapfile 2>> $seeqres.full + swapoff $swapfile 2>> $seqres.full rm -f $swapfile } diff --git a/tests/generic/496 b/tests/generic/496 index 1c9651ad..968b8012 100755 --- a/tests/generic/496 +++ b/tests/generic/496 @@ -53,7 +53,7 @@ swapfile_cycle() { $CHATTR_PROG +C $swapfile >> $seqres.full 2>&1 "$here/src/mkswap" $swapfile >> $seqres.full "$here/src/swapon" $swapfile 2>&1 | _filter_scratch - swapoff $swapfile 2>> $seeqres.full + swapoff $swapfile 2>> $seqres.full rm -f $swapfile } diff --git a/tests/generic/497 b/tests/generic/497 index 584af58a..3d5502ef 100755 --- a/tests/generic/497 +++ b/tests/generic/497 @@ -53,7 +53,7 @@ swapfile_cycle() { $CHATTR_PROG +C $swapfile >> $seqres.full 2>&1 "$here/src/mkswap" $swapfile >> $seqres.full "$here/src/swapon" $swapfile 2>&1 | _filter_scratch - swapoff $swapfile 2>> $seeqres.full + swapoff $swapfile 2>> $seqres.full rm -f $swapfile }