style: add trailing ':' to some test cases
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 2 Jan 2013 12:55:13 +0000 (13:55 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 2 Jan 2013 12:55:38 +0000 (13:55 +0100)
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/extra-dist-dirs-and-subdirs.sh
t/extra-dist-vpath-dir-merge.sh
t/extra-dist-vpath-dir.sh
t/extra-dist-wildcards-vpath.sh
t/extra-programs-and-libs.sh
t/extra.sh
t/extra2.sh

index 8f503fa..48798d1 100755 (executable)
@@ -53,3 +53,5 @@ mkdir baz2
 touch baz2/foo2
 
 $MAKE check
+
+:
index b54c03b..e897dcb 100755 (executable)
@@ -62,3 +62,5 @@ mkdir baz
 echo build > baz/foo2
 
 $MAKE check
+
+:
index 704ab5b..b4d4e88 100755 (executable)
@@ -36,3 +36,5 @@ mkdir build
 cd build
 ../configure
 $MAKE distdir
+
+:
index 93b35f7..9a500fe 100755 (executable)
@@ -49,3 +49,5 @@ echo ddd > build/d.bar
 cd build
 ../configure
 $MAKE test
+
+:
index 120fb63..53dede0 100755 (executable)
@@ -40,4 +40,4 @@ AUTOMAKE_fails
 grep 'bin_PROGRAMS.*contains configure substitution' stderr
 grep 'lib_LIBRARIES.*contains configure substitution' stderr && exit 1
 
-exit 0
+:
index c3d4c99..f041011 100755 (executable)
@@ -37,4 +37,5 @@ grep "^zardoz" Makefile.in
 
 # Can't have EXTRA clean rules.
 grep 'clean.*EXTRA' Makefile.in && exit 1
-exit 0
+
+:
index d162442..b971a4b 100755 (executable)
@@ -30,4 +30,5 @@ $ACLOCAL
 $AUTOMAKE
 
 grep EXTRA_foo_SOURCES Makefile.in && exit 1
-exit 0
+
+: