]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
generic/{472,496,497}: fix $seeqres typo
authorOmar Sandoval <osandov@fb.com>
Fri, 2 Nov 2018 21:29:36 +0000 (14:29 -0700)
committerEryu Guan <guaneryu@gmail.com>
Sun, 4 Nov 2018 16:42:49 +0000 (00:42 +0800)
Signed-off-by: Omar Sandoval <osandov@fb.com>
Reviewed-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
tests/generic/472
tests/generic/496
tests/generic/497

index c74d6c706259545e59600e050e120c6ecfc4d302..04ed3e73eeeef272acb057a8d509d47db85b1fe0 100755 (executable)
@@ -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
 }
 
index 1c9651ad46aae03756ebfac51ecf01e3224111f1..968b8012d5b2b0969ff735213da943346d3d891d 100755 (executable)
@@ -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
 }
 
index 584af58a9870d29563227d2410ceac016d2620f1..3d5502ef7c088e83cb2d56f98d46e4377317d78f 100755 (executable)
@@ -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
 }