summaryrefslogtreecommitdiffstats
path: root/.travis-functions.sh
diff options
context:
space:
mode:
authorRuediger Meier2017-06-01 11:23:26 +0200
committerRuediger Meier2017-06-01 11:24:53 +0200
commit4fb3fe39de360b525a1c81eb5d635d84a8d16770 (patch)
tree32603d3b0c9d07a10fa14b0c17fae340dba58180 /.travis-functions.sh
parentRevert "tests: use stdbuf when stderr and stdout is randomly ordered" (diff)
downloadkernel-qcow2-util-linux-4fb3fe39de360b525a1c81eb5d635d84a8d16770.tar.gz
kernel-qcow2-util-linux-4fb3fe39de360b525a1c81eb5d635d84a8d16770.tar.xz
kernel-qcow2-util-linux-4fb3fe39de360b525a1c81eb5d635d84a8d16770.zip
tests: check for timeout command
Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to '.travis-functions.sh')
-rwxr-xr-x.travis-functions.sh2
1 files changed, 1 insertions, 1 deletions
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