From: Stefano Lattarini Date: Wed, 2 Jan 2013 12:55:13 +0000 (+0100) Subject: style: add trailing ':' to some test cases X-Git-Tag: v1.13.1b~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=20b7e1b8362e36a46147487828b232453997f5a9;p=thirdparty%2Fautomake.git style: add trailing ':' to some test cases Signed-off-by: Stefano Lattarini --- diff --git a/t/extra-dist-dirs-and-subdirs.sh b/t/extra-dist-dirs-and-subdirs.sh index 8f503fa31..48798d1a2 100755 --- a/t/extra-dist-dirs-and-subdirs.sh +++ b/t/extra-dist-dirs-and-subdirs.sh @@ -53,3 +53,5 @@ mkdir baz2 touch baz2/foo2 $MAKE check + +: diff --git a/t/extra-dist-vpath-dir-merge.sh b/t/extra-dist-vpath-dir-merge.sh index b54c03b84..e897dcb59 100755 --- a/t/extra-dist-vpath-dir-merge.sh +++ b/t/extra-dist-vpath-dir-merge.sh @@ -62,3 +62,5 @@ mkdir baz echo build > baz/foo2 $MAKE check + +: diff --git a/t/extra-dist-vpath-dir.sh b/t/extra-dist-vpath-dir.sh index 704ab5b67..b4d4e884b 100755 --- a/t/extra-dist-vpath-dir.sh +++ b/t/extra-dist-vpath-dir.sh @@ -36,3 +36,5 @@ mkdir build cd build ../configure $MAKE distdir + +: diff --git a/t/extra-dist-wildcards-vpath.sh b/t/extra-dist-wildcards-vpath.sh index 93b35f74a..9a500fea5 100755 --- a/t/extra-dist-wildcards-vpath.sh +++ b/t/extra-dist-wildcards-vpath.sh @@ -49,3 +49,5 @@ echo ddd > build/d.bar cd build ../configure $MAKE test + +: diff --git a/t/extra-programs-and-libs.sh b/t/extra-programs-and-libs.sh index 120fb6368..53dede05e 100755 --- a/t/extra-programs-and-libs.sh +++ b/t/extra-programs-and-libs.sh @@ -40,4 +40,4 @@ AUTOMAKE_fails grep 'bin_PROGRAMS.*contains configure substitution' stderr grep 'lib_LIBRARIES.*contains configure substitution' stderr && exit 1 -exit 0 +: diff --git a/t/extra.sh b/t/extra.sh index c3d4c9923..f041011d0 100755 --- a/t/extra.sh +++ b/t/extra.sh @@ -37,4 +37,5 @@ grep "^zardoz" Makefile.in # Can't have EXTRA clean rules. grep 'clean.*EXTRA' Makefile.in && exit 1 -exit 0 + +: diff --git a/t/extra2.sh b/t/extra2.sh index d162442a2..b971a4b87 100755 --- a/t/extra2.sh +++ b/t/extra2.sh @@ -30,4 +30,5 @@ $ACLOCAL $AUTOMAKE grep EXTRA_foo_SOURCES Makefile.in && exit 1 -exit 0 + +: