From 9e7a8503fad18e5354e16f0d5e17caa5690bd00a Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 4 Oct 2013 16:17:41 -0400 Subject: test: Avoid letting environmental variables affect things --- test/test-common.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/test-common.sh') diff --git a/test/test-common.sh b/test/test-common.sh index 4e528d5..aadd8f2 100644 --- a/test/test-common.sh +++ b/test/test-common.sh @@ -6,6 +6,10 @@ if [[ $HOME == "$(eval echo ~$USER)" ]]; then fi _before() { + unset PKGDEST SRCDEST SRCPKGDEST LOGDEST + unset BUILDDIR + unset PKGEXT SRCEXT + unset GPGKEY PACKAGER tmpdir="$(mktemp -d --tmpdir "test-${roundup_desc//\//-}.XXXXXXXXXXXX")" stat=0 } -- cgit v1.2.3