diff mbox

[nfs-utils] tests: fix typo and let make check work again

Message ID 1422260381-29231-1-git-send-email-guaneryu@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Eryu Guan Jan. 26, 2015, 8:19 a.m. UTC
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(-)

Comments

Steve Dickson Jan. 28, 2015, 9:37 p.m. UTC | #1
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
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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