From: Richard Palethorpe <rpalethorpe@suse.de>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH] fs_bind: Convert to ltp tests
Date: Tue, 06 Jul 2021 10:41:00 +0100 [thread overview]
Message-ID: <87zguz7par.fsf@suse.de> (raw)
In-Reply-To: <20210705135014.679200-2-lkml@jv-coder.de>
Hello Joerg,
Joerg Vehlow <lkml@jv-coder.de> writes:
> diff --git a/testcases/kernel/fs/fs_bind/cloneNS/fs_bind_cloneNS02.sh b/testcases/kernel/fs/fs_bind/cloneNS/fs_bind_cloneNS02.sh
> new file mode 100755
> index 000000000..9e0f5fe05
> --- /dev/null
> +++ b/testcases/kernel/fs/fs_bind/cloneNS/fs_bind_cloneNS02.sh
> @@ -0,0 +1,53 @@
> +#!/bin/sh
> +# SPDX-License-Identifier: GPL-2.0-or-later
> +# Copyright (c) International Business Machines Corp., 2005
> +# Copyright (c) 2021 Joerg Vehlow <joerg.vehlow@aox-tech.de>
> +# Author: Avantika Mathur (mathurav@us.ibm.com)
> +
> +FS_BIND_TESTFUNC=test
> +
> +. fs_bind_lib.sh
> +
> +test()
> +{
> + tst_res TINFO "cloneNS: namespaces with parent-slave"
> +
> + fs_bind_makedir rshared dir1
> + EXPECT_PASS mount --bind "$FS_BIND_DISK1" dir1
> +
> + mkdir dir2
> + EXPECT_PASS mount --bind dir1 dir2
There seems to be a section of tabs instead of spaces here. Also in
other places.
I wonder how you converted these?
Looks promising.
--
Thank you,
Richard.
next prev parent reply other threads:[~2021-07-06 9:41 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-05 13:50 [LTP] [PATCH 0/1] fs_bind: Convert to ltp tests Joerg Vehlow
2021-07-05 13:50 ` [LTP] [PATCH] " Joerg Vehlow
2021-07-06 9:41 ` Richard Palethorpe [this message]
2021-07-06 9:57 ` Joerg Vehlow
2021-07-06 9:45 ` [LTP] [PATCH 0/1] " Richard Palethorpe
2021-07-06 9:59 ` Joerg Vehlow
2021-07-06 10:36 ` Richard Palethorpe
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=87zguz7par.fsf@suse.de \
--to=rpalethorpe@suse.de \
--cc=ltp@lists.linux.it \
/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