diff options
| author | Eryu Guan <guaneryu@gmail.com> | 2015-01-28 16:35:24 -0500 |
|---|---|---|
| committer | Steve Dickson <steved@redhat.com> | 2015-01-28 16:35:24 -0500 |
| commit | 22b76cbf6dbdb14ec778545b1d79b8eb0db15695 (patch) | |
| tree | 3d2ddc03c47c73013dcada3660829607dc569ba2 | |
| parent | e1a49cf374c4fbb19066fe5368faadd2f79821a4 (diff) | |
| download | nfs-utils-22b76cbf6dbdb14ec778545b1d79b8eb0db15695.tar.gz nfs-utils-22b76cbf6dbdb14ec778545b1d79b8eb0db15695.tar.xz nfs-utils-22b76cbf6dbdb14ec778545b1d79b8eb0db15695.zip | |
tests: fix typo and let make check work again
Comments in bash starts with '#' not '*'
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
| -rwxr-xr-x | tests/t0001-statd-basic-mon-unmon.sh | 2 | ||||
| -rw-r--r-- | 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 |
