]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: fix a maintainer-check failure ('Exit' used instead of 'exit')
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 28 Aug 2012 08:58:37 +0000 (10:58 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 28 Aug 2012 08:58:37 +0000 (10:58 +0200)
* t/lisp-loadpath.sh: Here.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/lisp-loadpath.sh

index 50748ce84c43a283254208338137614bbfbf0549..e0f21ce98c100712ce5f0914c4ff39e3f0bab352 100755 (executable)
@@ -55,7 +55,7 @@ test ! -e foo.elc
 # stuff in the srcdir.
 echo "(provide" > ../foo.el  # Break it.
 echo "defun)" > ../bar.el    # Likewise.
-$MAKE && Exit 1
+$MAKE && exit 1
 $sleep
 echo "(provide 'foo)" > foo.el
 echo "(provide 'bar)" > bar.el