From c33279ef1613770bd03d6a8d954ed22f24c94915 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 11 Jan 2012 17:34:06 +0000 Subject: 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. --- check | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'check') 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 -- cgit v1.2.1