Skip to content

Commit

Permalink
ZTS: Fix /usr/bin/env: 'python2': No such file or directory
Browse files Browse the repository at this point in the history
Since 4f342e4 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
  • Loading branch information
loli10K authored and tonyhutter committed Jan 22, 2020
1 parent 5986c5c commit b8bd3ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/zfs-tests/include/commands.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export SYSTEM_FILES='arp
ps
pwd
python
python2
python3
quotaon
readlink
Expand Down

0 comments on commit b8bd3ec

Please sign in to comment.