Add hostname executable when running shell tests

This commit is contained in:
Foo 2015-05-10 14:37:16 +03:00
parent e7068b35e1
commit d11ddd0bbf
1 changed files with 1 additions and 0 deletions

View File

@ -191,6 +191,7 @@ ln -s "$(which rm)" tests/shell/path
ln -s "$(which uname)" tests/shell/path
ln -s "$(which test)" tests/shell/path
ln -s "$(which pwd)" tests/shell/path
ln -s "$(which hostname)" 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