summaryrefslogtreecommitdiff
path: root/t/remake-renamed-am.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-06-30 20:18:32 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-06-30 20:18:32 +0200
commit7a3a1b6d8b030312203c22e137f1d387566487b4 (patch)
treea0a361b2e965b76c0331ed443290cdf0f24ff537 /t/remake-renamed-am.sh
parent0449b1dc510d65cdbb8c0aa4f46698c02c3fbc36 (diff)
parentf99ee7616ced4d07684a30a67b72e46aba00c65f (diff)
downloadautomake-7a3a1b6d8b030312203c22e137f1d387566487b4.tar.gz
Merge branch 'master' into ng/master
* master: texi: clean after Texinfo manuals in $(SUBDIRS) directories correctly coverage: regression in texinfo "make mostlyclean" with $(SUBDIRS) tests: fix a spurious failure configure: fix detection of POSIX shell to work in a VPATH build tests: prefer "test ! -e FILE" to check that a file doesn't exist configure: move a misplaced "section" comment configure: clump check for ${var%...} and ${var#...} expansion together cosmetics: improve wording of a couple of configure messages configure: the testsuite shell must support 'test -e' and 'test ! -e' tests: remove stale workarounds for Solaris /bin/sh Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/remake-renamed-am.sh')
-rwxr-xr-xt/remake-renamed-am.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/remake-renamed-am.sh b/t/remake-renamed-am.sh
index 9336faefe..8ebe56355 100755
--- a/t/remake-renamed-am.sh
+++ b/t/remake-renamed-am.sh
@@ -51,7 +51,7 @@ rm -f has-run-1 bar.am
echo 'all-local:; echo ok > has-run-2' > zardoz.am
echo 'include $(srcdir)/zardoz.am' > Makefile.am
$MAKE
-test ! -f has-run-1
+test ! -e has-run-1
test -f has-run-2
: