summaryrefslogtreecommitdiff
path: root/t/add-missing.tap
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-06-28 21:52:37 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-06-28 23:34:52 +0200
commitd3a51faf8b62c80423dc71cd7d307fca6a2aa520 (patch)
tree60d60ca01693d0918b0d640ed9384a5e42371d66 /t/add-missing.tap
parent073216069b0f94ce4a92f5a007c953152c896424 (diff)
downloadautomake-d3a51faf8b62c80423dc71cd7d307fca6a2aa520.tar.gz
tests: remove stale workarounds for Solaris /bin/sh
Our testsuite cannot be run with that shell anymore (as it is not POSIX-compliant). * t/tap-more.sh: Remove outdated workarounds for Solaris /bin/sh. * t/self-check-exit.tap: Likewise. * t/ansi2knr-no-more.sh: Likewise. * t/add-missing.tap: Likewise. * t/dist-auxfile.sh: Likewise. * t/test-driver-custom-multitest-recheck2.sh: Likewise. * t/ax/test-init.sh: Remove obsolete references to Solaris /bin/sh. * t/confh5.sh: Likewise. * t/uninstall-fail.sh: Likewise. And update comments about quirks of Solaris /bin/ksh and /usr/xpg4/bin/sh. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/add-missing.tap')
-rwxr-xr-xt/add-missing.tap6
1 files changed, 2 insertions, 4 deletions
diff --git a/t/add-missing.tap b/t/add-missing.tap
index 0ba69708f..c47382b5f 100755
--- a/t/add-missing.tap
+++ b/t/add-missing.tap
@@ -99,11 +99,9 @@ check_ ()
# shared by its "subtests").
mkdir generic
cd generic
- # Use 'echo > ...', not ': > ...', here and below, as Solaris 10 /bin/sh
- # might not execute the latter (the Autoconf manual gives more details).
- echo > Makefile.am
+ : > Makefile.am
if test $override = yes; then
- echo > configure.ac
+ : > configure.ac
else
cp "$ocwd"/configure.stub configure.ac
fi