automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {master} tests: fix a maintainer-check failure ('Exit' used instea


From: Stefano Lattarini
Subject: [FYI] {master} tests: fix a maintainer-check failure ('Exit' used instead of 'exit')
Date: Tue, 28 Aug 2012 11:00:02 +0200

* t/lisp-loadpath.sh: Here.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 t/lisp-loadpath.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/lisp-loadpath.sh b/t/lisp-loadpath.sh
index 50748ce..e0f21ce 100755
--- a/t/lisp-loadpath.sh
+++ b/t/lisp-loadpath.sh
@@ -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
-- 
1.7.12




reply via email to

[Prev in Thread] Current Thread [Next in Thread]