>From f31fe4f003b0eb12eb082ae4dca837f36eaac214 Mon Sep 17 00:00:00 2001 Message-Id: From: Thien-Thi Nguyen Date: Thu, 26 Apr 2012 12:30:10 +0200 Subject: [PATCH] tests: avoid yet another spurious environment influence * t/remake11.sh: Unset 'd' before first use. Copyright-paperwork-exempt: yes Signed-off-by: Stefano Lattarini --- t/remake11.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/t/remake11.sh b/t/remake11.sh index ec96a08..b88254f 100755 --- a/t/remake11.sh +++ b/t/remake11.sh @@ -30,6 +30,7 @@ echo "AC_SUBST([FOO], [$magic1])" >> configure.ac echo "@FOO@" > bar.in echo "AC_CONFIG_FILES([bar])" >> configure.ac +d=; unset d # Avoid unduly interferences from the environment. for i in 0 1 2 3 4 5 6 7 8 9; do d=${d+"$d/"}sub$i echo "SUBDIRS = sub$i" > Makefile.am -- 1.7.9.5