From 4fb3fe39de360b525a1c81eb5d635d84a8d16770 Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Thu, 1 Jun 2017 11:23:26 +0200 Subject: tests: check for timeout command Signed-off-by: Ruediger Meier --- .travis-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis-functions.sh') diff --git a/.travis-functions.sh b/.travis-functions.sh index 898f57b84..db50f0997 100755 --- a/.travis-functions.sh +++ b/.travis-functions.sh @@ -125,7 +125,7 @@ function osx_prepare_check # symlink minimally needed gnu commands into PATH mkdir ~/bin - for cmd in readlink seq truncate find xargs tar sed; do + for cmd in readlink seq timeout truncate find xargs tar sed; do ln -s /usr/local/bin/g$cmd $HOME/bin/$cmd done hash -r -- cgit v1.2.3-55-g7522