]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
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 8f503fa3128d143a2507a3472dc89b7889ef36e4..48798d1a2c366bcdf8d8b243ddff5f0ef87e7d25 100755 (executable)
@@ -53,3 +53,5 @@ mkdir baz2
 touch baz2/foo2
 
 $MAKE check
+
+:
index b54c03b846b87e4841fcd17a202a832ab6701284..e897dcb599a1d1d4cc6274aa84ef99fdf9c51434 100755 (executable)
@@ -62,3 +62,5 @@ mkdir baz
 echo build > baz/foo2
 
 $MAKE check
+
+:
index 704ab5b67b4d2b9c0de844f8ed65d1e28c6fca07..b4d4e884b96e58e30498ae596d95e5a8846b67aa 100755 (executable)
@@ -36,3 +36,5 @@ mkdir build
 cd build
 ../configure
 $MAKE distdir
+
+:
index 93b35f74a18bb2bbc9ff362c830988058bf54d8c..9a500fea5173d7718811d8616939b3aadad10876 100755 (executable)
@@ -49,3 +49,5 @@ echo ddd > build/d.bar
 cd build
 ../configure
 $MAKE test
+
+:
index 120fb63687ca1ee7c90ad9346a0fecc541e51a1b..53dede05e361b7d839a944ecca1d7caa09011760 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 c3d4c99234c15b34fd98afdeb2422adc6cae21b5..f041011d03611f4c1e0a93dc83ba6c36cff16c48 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 d162442a24a6d59a8f6ca37981f3a08e577f6f84..b971a4b875878c68c2b0e5110656144eed6ca854 100755 (executable)
@@ -30,4 +30,5 @@ $ACLOCAL
 $AUTOMAKE
 
 grep EXTRA_foo_SOURCES Makefile.in && exit 1
-exit 0
+
+: