From 8587d14598c6bc4df961bc88b03abb629082d4cb Mon Sep 17 00:00:00 2001 From: ZyX Date: Sat, 20 Sep 2014 14:43:45 +0400 Subject: [PATCH] Link git executable to tests/shell/path --- tests/test_shells/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_shells/test.sh b/tests/test_shells/test.sh index c645baff..fb4c4984 100755 --- a/tests/test_shells/test.sh +++ b/tests/test_shells/test.sh @@ -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