From: Lukas Czerner <lczerner@redhat.com>
To: xfs@oss.sgi.com
Cc: Lukas Czerner <lczerner@redhat.com>
Subject: [PATCH 3/3] xfstests 321, 322: do not remove lost+found
Date: Tue, 17 Dec 2013 15:02:27 +0100 [thread overview]
Message-ID: <1387288947-12650-3-git-send-email-lczerner@redhat.com> (raw)
In-Reply-To: <1387288947-12650-1-git-send-email-lczerner@redhat.com>
Signed-off-by: Lukas Czerner <lczerner@redhat.com>
---
tests/generic/321 | 2 +-
tests/generic/322 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/generic/321 b/tests/generic/321
index 1d17147..345416c 100644
--- a/tests/generic/321
+++ b/tests/generic/321
@@ -51,7 +51,7 @@ rm -f $seqres.full
_clean_working_dir()
{
_mount_flakey
- rm -rf $SCRATCH_MNT/*
+ rm -rf $SCRATCH_MNT/foo $SCRATCH_MNT/bar
_unmount_flakey
}
diff --git a/tests/generic/322 b/tests/generic/322
index 94f8f68..c43fcb1 100644
--- a/tests/generic/322
+++ b/tests/generic/322
@@ -51,7 +51,7 @@ rm -f $seqres.full
_clean_working_dir()
{
_mount_flakey
- rm -rf $SCRATCH_MNT/*
+ rm -rf $SCRATCH_MNT/foo $SCRATCH_MNT/bar
_unmount_flakey
}
--
1.8.3.1
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
next prev parent reply other threads:[~2013-12-17 14:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-17 14:02 [PATCH 1/3] common: Filter out lost+found directory from _ls_l() output Lukas Czerner
2013-12-17 14:02 ` [PATCH 2/3] xfstests 322: use _filter_scratch() Lukas Czerner
2013-12-17 14:02 ` Lukas Czerner [this message]
2013-12-17 16:22 ` [PATCH 1/3] common: Filter out lost+found directory from _ls_l() output Carlos Maiolino
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1387288947-12650-3-git-send-email-lczerner@redhat.com \
--to=lczerner@redhat.com \
--cc=xfs@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox