From patchwork Fri Nov 2 21:29:36 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Omar Sandoval X-Patchwork-Id: 10666201 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 104C613B5 for ; Fri, 2 Nov 2018 21:30:14 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0403F2B30C for ; Fri, 2 Nov 2018 21:30:14 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id EC19F2B5C1; Fri, 2 Nov 2018 21:30:13 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A31DC2B30C for ; Fri, 2 Nov 2018 21:30:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728267AbeKCGi7 (ORCPT ); Sat, 3 Nov 2018 02:38:59 -0400 Received: from mail-io1-f67.google.com ([209.85.166.67]:44333 "EHLO mail-io1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728221AbeKCGi6 (ORCPT ); Sat, 3 Nov 2018 02:38:58 -0400 Received: by mail-io1-f67.google.com with SMTP id c6-v6so2371234iob.11 for ; Fri, 02 Nov 2018 14:30:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=osandov-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=EQlijbwv+Tr3pUQAHsipW5yfTslWROfiw9T5rb7jgu0=; b=2CrmXRvaIi60DMI2J1g6sHeOhxeb7nAsaBjhmrPq1JdDFWNPdDFZFvW3GqWePCJq1L LYaJrGehYiw4NWwFN9OXd5Olat0rqgqJOqhanxoKX4VYQc7+zq2hk15ABO95erQwjqtb 1dGSiDtktpSQwBdS0d2I4sTPtxg9N2oYMyVCu0g9TKvfvR4UPZUK/WkklOSScC4mpm12 ioiGaTvI/EhG6rkHZXiVgE8wAjt7+JMGiMKkW92DVE7Pkv9QEVsUxIwTPjF/2txpi5Z1 m9gkZye71mAimrKlZ0sQj0ubAQ+J08mcS1jKAOkY9S6bmIUr/QS//MfOmM3eAXVi+Hx5 mFng== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=EQlijbwv+Tr3pUQAHsipW5yfTslWROfiw9T5rb7jgu0=; b=NHow88mqn3n9q776XzEQDcDKUAxenhWIpU5lFrq/2RoJheju4XHaHbkKB9E2e7V0hA xQtJOepspQbYqEtP/CDM+BItSXbqwmhE4Yi40aPzjnfKZ4bTb72HvuwovXaaGiUJDp1N X/hx9d2v+1FmYI9gqP3Tnw+dI+k8PVBZo+5+IMYcmJkBkwvJMeCVdml+zJreM3bHo4wh 8+VWVxMol68ksC/Sk2o0JntA56PzQI+Fsxttg7gCpI5PzbiG6toeuA15fDfxB9p7AJ/2 PqUt30ZSHtEqs82cdhKxBYkpHiju7MhumB8S6ui7ZiOM8b4WUjGb8c1y5TwTfusZePKm QGXg== X-Gm-Message-State: AGRZ1gKK26mxYTxc4eJV+aXBgHXwYYRgAY9OIg8gGduM5uY6X5zk2EFK hhcdJZMcwNoIhO65kElfCxlNQR2vzwY= X-Google-Smtp-Source: AJdET5edwha3rIfxJul9TnrVpVxmft3j4L5wiwshdotFlIyYE+VdISJMBThQ8iBOqOzDbikxz3c/WA== X-Received: by 2002:a6b:1412:: with SMTP id 18-v6mr10433619iou.214.1541194210497; Fri, 02 Nov 2018 14:30:10 -0700 (PDT) Received: from vader.thefacebook.com ([2620:10d:c090:200::4:e24f]) by smtp.gmail.com with ESMTPSA id n130-v6sm929419itb.36.2018.11.02.14.30.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 02 Nov 2018 14:30:10 -0700 (PDT) From: Omar Sandoval To: fstests@vger.kernel.org Cc: kernel-team@fb.com, linux-btrfs@vger.kernel.org Subject: [PATCH 1/7] generic/{472,496,497}: fix $seeqres typo Date: Fri, 2 Nov 2018 14:29:36 -0700 Message-Id: X-Mailer: git-send-email 2.19.1 In-Reply-To: References: MIME-Version: 1.0 Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Omar Sandoval Signed-off-by: Omar Sandoval --- tests/generic/472 | 2 +- tests/generic/496 | 2 +- tests/generic/497 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 }