summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rwxr-xr-xt/comment7.sh2
-rwxr-xr-xt/objc-flags.sh2
-rwxr-xr-xt/objcxx-flags.sh2
-rwxr-xr-xt/perf/testsuite-summary.sh2
-rwxr-xr-xt/self-check-explicit-skips.sh2
5 files changed, 5 insertions, 5 deletions
diff --git a/t/comment7.sh b/t/comment7.sh
index 634cc2037..186daa0e5 100755
--- a/t/comment7.sh
+++ b/t/comment7.sh
@@ -54,4 +54,4 @@ sed -n '/^#.*VAR.*COND_FALSE/ {
}' Makefile.in |
grep '@COND_FALSE@VAR = bar'
-:
+:
diff --git a/t/objc-flags.sh b/t/objc-flags.sh
index 6c2b1e6a1..25f805b70 100755
--- a/t/objc-flags.sh
+++ b/t/objc-flags.sh
@@ -57,6 +57,6 @@ grep '\$(OBJCFLAGS).*\$(foo.*_OBJCFLAGS)' Makefile.in && Exit 1
grep '\$(foo.*_OBJCFLAGS).*\$(AM_OBJCFLAGS)' Makefile.in && Exit 1
./configure OBJCFLAGS=-UERROR
-$MAKE
+$MAKE
:
diff --git a/t/objcxx-flags.sh b/t/objcxx-flags.sh
index a948891da..082f7fbdc 100755
--- a/t/objcxx-flags.sh
+++ b/t/objcxx-flags.sh
@@ -58,6 +58,6 @@ grep '\$(OBJCXXFLAGS).*\$(foo.*_OBJCXXFLAGS)' Makefile.in && Exit 1
grep '\$(foo.*_OBJCXXFLAGS).*\$(AM_OBJCXXFLAGS)' Makefile.in && Exit 1
./configure OBJCXXFLAGS=-UERROR
-$MAKE
+$MAKE
:
diff --git a/t/perf/testsuite-summary.sh b/t/perf/testsuite-summary.sh
index cefef170c..04408ee76 100755
--- a/t/perf/testsuite-summary.sh
+++ b/t/perf/testsuite-summary.sh
@@ -45,7 +45,7 @@ for i in $(seq_ 1 $count); do
echo :test-result: PASS >> $i.trs
echo :copy-in-global-log: yes >> $i.trs
echo TESTS += $i.t
-done >> Makefile.am
+done >> Makefile.am
# Re-enable shell traces.
set -x
diff --git a/t/self-check-explicit-skips.sh b/t/self-check-explicit-skips.sh
index ffab44d81..a16794131 100755
--- a/t/self-check-explicit-skips.sh
+++ b/t/self-check-explicit-skips.sh
@@ -40,7 +40,7 @@ test $? -eq 77 || Exit 1
run_dummy_test 'sh -c "exit 77"' am_explicit_skips=no
test $? -eq 77 || Exit 1
-run_dummy_test '(exit 77); exit 77' am_explicit_skips=yes
+run_dummy_test '(exit 77); exit 77' am_explicit_skips=yes
test $? -eq 78 || Exit 1
run_dummy_test 'sh -c "exit 77"' am_explicit_skips=y