summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-09-29 19:45:36 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-10-01 17:35:22 -0400
commit6d46e7611e8b0258ef4843ad08349b7f42bede3a (patch)
tree8fa29ed668e732871cb545ab10e91f05c4f657c1
parent985e7e5c401f34d142bf90e6f053deabc29e9691 (diff)
test: test-common.sh: Sync the unset list with restore_envvars in makepkg
The effective change is that CARCH is added to the list.
-rwxr-xr-xtest/test-common.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/test-common.sh b/test/test-common.sh
index 2622ac2..ff43344 100755
--- a/test/test-common.sh
+++ b/test/test-common.sh
@@ -26,10 +26,7 @@ before() {
status=0
# Clear the list of makepkg variables
- unset PKGDEST SRCDEST SRCPKGDEST LOGDEST
- unset BUILDDIR
- unset PKGEXT SRCEXT
- unset GPGKEY PACKAGER
+ unset PKGDEST SRCDEST SRCPKGDEST LOGDEST BUILDDIR PKGEXT SRCEXT GPGKEY PACKAGER CARCH
# Set up a test HOME
export HOME="$tmpdir/home"