From 23a4376fc462bbe0e36b5515671724b7e3d89fb9 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Tue, 28 Aug 2012 10:58:37 +0200 Subject: [PATCH] tests: fix a maintainer-check failure ('Exit' used instead of 'exit') * t/lisp-loadpath.sh: Here. Signed-off-by: Stefano Lattarini --- 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 50748ce84..e0f21ce98 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 -- 2.47.2