Also have uname in $PATH
Travis uses Ubuntu, Ubuntu is debian-based and debian uses dash as /bin/sh, so $OSTYPE is not available. .
This commit is contained in:
parent
aaf52c92c5
commit
f0f6efcdbb
|
@ -216,6 +216,7 @@ ln -s "$(which mktemp)" tests/shell/path
|
|||
ln -s "$(which grep)" tests/shell/path
|
||||
ln -s "$(which sed)" tests/shell/path
|
||||
ln -s "$(which rm)" tests/shell/path
|
||||
ln -s "$(which uname)" tests/shell/path
|
||||
ln -s ../../test_shells/bgscript.sh tests/shell/path
|
||||
ln -s ../../test_shells/waitpid.sh tests/shell/path
|
||||
if which socat ; then
|
||||
|
|
Loading…
Reference in New Issue