From 2c38dbeb2eea18be19ff13391a2069e37096ac71 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 10 Sep 2013 00:42:25 -0400 Subject: test: tidy up - libremakepkg: set BLACKLIST, as it will be used when checking the PKGBUILD - test-common.sh: make sure that $HOME isn't the default, so we don't trash the user's home directory if accidentally run outside of testenv - testenv: don't worry about adding dest/usr/sbin to the path --- test/testenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/testenv') diff --git a/test/testenv b/test/testenv index e6f49fb..e6c882f 100755 --- a/test/testenv +++ b/test/testenv @@ -33,7 +33,7 @@ make -C .. install DESTDIR=$destdir &>/dev/null || { cd "$old_pwd" # Set up the environment -export PATH="$destdir/usr/bin:$destdir/usr/sbin:$PATH" +export PATH="$destdir/usr/bin:$PATH" export LIBRETOOLS_LIBDIR="$destdir/usr/lib/libretools" export HOME=$TMPDIR/home export XDG_CACHE_HOME="$HOME/.cache" -- cgit v1.2.3