diff --git a/tests/test_shells/test.sh b/tests/test_shells/test.sh index ddaafecf..5ad1bbfe 100755 --- a/tests/test_shells/test.sh +++ b/tests/test_shells/test.sh @@ -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