Link git executable to tests/shell/path
This commit is contained in:
parent
c5be5c6f11
commit
8587d14598
|
@ -183,6 +183,7 @@ mkdir tests/shell/path
|
|||
ln -s "$(which "${PYTHON}")" tests/shell/path/python
|
||||
ln -s "$(which screen)" tests/shell/path
|
||||
ln -s "$(which env)" tests/shell/path
|
||||
ln -s "$(which git)" tests/shell/path
|
||||
ln -s "$(which sleep)" tests/shell/path
|
||||
ln -s "$(which cat)" tests/shell/path
|
||||
ln -s "$(which false)" tests/shell/path
|
||||
|
|
Loading…
Reference in New Issue