summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
Diffstat (limited to 'check')
-rwxr-xr-xcheck3
1 files changed, 2 insertions, 1 deletions
diff --git a/check b/check
index 794d035c..25a3d655 100755
--- a/check
+++ b/check
@@ -20,4 +20,5 @@
set -e
python setup.py clean check
-cmdtest -c ./morph tests
+fakeroot env PATH="$PATH:/sbin:/usr/sbin:/usr/local/sbin" \
+ cmdtest -c ./morph tests