From df375ef1c7f57bea5140b446ddd8ffb255913480 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Mon, 22 Apr 2013 23:37:11 +0200 Subject: [PATCH] tests: avoid a spurious failure with the Korn Shell * t/list-flags.sh: Ensure the EMACS variable is set before unsetting it. Signed-off-by: Stefano Lattarini --- t/lisp-flags.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/lisp-flags.sh b/t/lisp-flags.sh index a31bcfd..1ea5b8e 100755 --- a/t/lisp-flags.sh +++ b/t/lisp-flags.sh @@ -20,7 +20,7 @@ # Don't get fooled when running as an Emacs subprocess. This is # for the benefit of the "make -e" invocation below. -unset EMACS +EMACS=; unset EMACS cat > Makefile.am << 'EOF' lisp_LISP = foo.el -- 2.7.4