xfstests: Remove 'su' from PATH

This needs to be coming from the setuid wrapper to work correctly.
This commit is contained in:
Tuomas Tynkkynen 2016-08-11 00:11:05 +03:00
parent 5d433e35d5
commit 0da53ba08c

View file

@ -72,7 +72,7 @@ stdenv.mkDerivation {
ln -s @out@/lib/xfstests/$f $f
done
export PATH=${lib.makeBinPath [acl attr bc e2fsprogs fio gawk libcap lvm2 perl procps psmisc su utillinux which xfsprogs]}:$PATH
export PATH=${lib.makeBinPath [acl attr bc e2fsprogs fio gawk libcap lvm2 perl procps psmisc utillinux which xfsprogs]}:$PATH
exec ./check "$@"
'';