All of lore.kernel.org
 help / color / mirror / Atom feed
* [nfs-utils PATCH] tests: fix typo and let make check work again
@ 2015-01-26  8:19 Eryu Guan
  2015-01-28 21:37 ` Steve Dickson
  0 siblings, 1 reply; 2+ messages in thread
From: Eryu Guan @ 2015-01-26  8:19 UTC (permalink / raw)
  To: linux-nfs; +Cc: Eryu Guan

Comments in bash starts with '#' not '*'

This has been broken since 2011 by

1254448 pdate addres for Free Software Foundation

Signed-off-by: Eryu Guan <guaneryu@gmail.com>
---
 tests/t0001-statd-basic-mon-unmon.sh | 2 +-
 tests/test-lib.sh                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/t0001-statd-basic-mon-unmon.sh b/tests/t0001-statd-basic-mon-unmon.sh
index 51f0d22..92517a1 100755
--- a/tests/t0001-statd-basic-mon-unmon.sh
+++ b/tests/t0001-statd-basic-mon-unmon.sh
@@ -16,7 +16,7 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software Foundation, Inc.,
-* 51 Franklin Street, Fifth Floor, Boston, MA 0211-1301 USA
+# 51 Franklin Street, Fifth Floor, Boston, MA 0211-1301 USA
 #
 
 . ./test-lib.sh
diff --git a/tests/test-lib.sh b/tests/test-lib.sh
index ce4ecff..57af37b 100644
--- a/tests/test-lib.sh
+++ b/tests/test-lib.sh
@@ -16,7 +16,7 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software Foundation, Inc.,
-* 51 Franklin Street, Fifth Floor, Boston, MA 0211-1301 USA
+# 51 Franklin Street, Fifth Floor, Boston, MA 0211-1301 USA
 #
 
 # make sure $srcdir is set and sanity check it
-- 
2.1.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [nfs-utils PATCH] tests: fix typo and let make check work again
  2015-01-26  8:19 [nfs-utils PATCH] tests: fix typo and let make check work again Eryu Guan
@ 2015-01-28 21:37 ` Steve Dickson
  0 siblings, 0 replies; 2+ messages in thread
From: Steve Dickson @ 2015-01-28 21:37 UTC (permalink / raw)
  To: Eryu Guan, linux-nfs



On 01/26/2015 03:19 AM, Eryu Guan wrote:
> Comments in bash starts with '#' not '*'
> 
> This has been broken since 2011 by
> 
> 1254448 pdate addres for Free Software Foundation
> 
> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
> ---
>  tests/t0001-statd-basic-mon-unmon.sh | 2 +-
>  tests/test-lib.sh                    | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
Wow... These tests are actually being used! Fantastic! Committed!!

steved.

> 
> diff --git a/tests/t0001-statd-basic-mon-unmon.sh b/tests/t0001-statd-basic-mon-unmon.sh
> index 51f0d22..92517a1 100755
> --- a/tests/t0001-statd-basic-mon-unmon.sh
> +++ b/tests/t0001-statd-basic-mon-unmon.sh
> @@ -16,7 +16,7 @@
>  #
>  # You should have received a copy of the GNU General Public License
>  # along with this program; if not, write to the Free Software Foundation, Inc.,
> -* 51 Franklin Street, Fifth Floor, Boston, MA 0211-1301 USA
> +# 51 Franklin Street, Fifth Floor, Boston, MA 0211-1301 USA
>  #
>  
>  . ./test-lib.sh
> diff --git a/tests/test-lib.sh b/tests/test-lib.sh
> index ce4ecff..57af37b 100644
> --- a/tests/test-lib.sh
> +++ b/tests/test-lib.sh
> @@ -16,7 +16,7 @@
>  #
>  # You should have received a copy of the GNU General Public License
>  # along with this program; if not, write to the Free Software Foundation, Inc.,
> -* 51 Franklin Street, Fifth Floor, Boston, MA 0211-1301 USA
> +# 51 Franklin Street, Fifth Floor, Boston, MA 0211-1301 USA
>  #
>  
>  # make sure $srcdir is set and sanity check it
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-29  1:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-26  8:19 [nfs-utils PATCH] tests: fix typo and let make check work again Eryu Guan
2015-01-28 21:37 ` Steve Dickson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.