mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 10:21:01 +03:00
ZTS: Fix /usr/bin/env: 'python2': No such file or directory
Since 4f342e45
env(1) must be able to find a "python2" executable in
the "constrained path" on systems configured with --with-python=2.x
otherwise the ZFS Test Suite won't be able to use Python scripts.
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Ryan Moeller <ryan@ixsystems.com>
Signed-off-by: loli10K <ezomori.nozomu@gmail.com>
Closes #9325
This commit is contained in:
parent
5986c5c687
commit
b8bd3ec2af
@ -95,6 +95,7 @@ export SYSTEM_FILES='arp
|
|||||||
ps
|
ps
|
||||||
pwd
|
pwd
|
||||||
python
|
python
|
||||||
|
python2
|
||||||
python3
|
python3
|
||||||
quotaon
|
quotaon
|
||||||
readlink
|
readlink
|
||||||
|
Loading…
Reference in New Issue
Block a user