summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-01-11 17:34:06 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-01-11 17:34:06 +0000
commitc33279ef1613770bd03d6a8d954ed22f24c94915 (patch)
treeecfd970afa061cd9c4a09a0b701d224d5cd1d71a /check
parentaaee88bf4323dc4f29af63dd1b2a99c87c23ffa1 (diff)
downloadmorph-c33279ef1613770bd03d6a8d954ed22f24c94915.tar.gz
add ldconfig location(s) to PATH before running it
Previously, we required the caller to add /usr/sbin (or other possible locations for ldconfig) to PATH before invoking morph. This was inconvenient, so now morph adds the FHS-compliant possible locations itself, to save the caller a bit of pain.
Diffstat (limited to 'check')
-rwxr-xr-xcheck3
1 files changed, 1 insertions, 2 deletions
diff --git a/check b/check
index 25a3d655..4931e488 100755
--- a/check
+++ b/check
@@ -20,5 +20,4 @@
set -e
python setup.py clean check
-fakeroot env PATH="$PATH:/sbin:/usr/sbin:/usr/local/sbin" \
- cmdtest -c ./morph tests
+fakeroot cmdtest -c ./morph tests