From 22edf0a6396013d77067e7b192f81558e982f675 Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Thu, 1 Jun 2017 11:20:02 +0200 Subject: Revert "tests: use stdbuf when stderr and stdout is randomly ordered" stdbuf does not seem to work reliable. Failed on travis/OSX This reverts commit 398b3148bedee936ee0b012b3b6e82b20547f218. 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 013195f5c..898f57b84 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 stdbuf truncate find xargs tar sed; do + for cmd in readlink seq 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