From d58071c8985d6c465b83dfbb7f484c317d77c824 Mon Sep 17 00:00:00 2001 From: deajan Date: Tue, 2 Oct 2018 19:29:15 +0200 Subject: [PATCH] Why is travis so bad... --- dev/tests/run_tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/tests/run_tests.sh b/dev/tests/run_tests.sh index af63afc..4644458 100755 --- a/dev/tests/run_tests.sh +++ b/dev/tests/run_tests.sh @@ -306,6 +306,7 @@ function test_Merge () { # Don't use SetConfFileValue here since for whatever reason Travis does not like creating a sed temporary file in $FAKEROOT if [ "$TRAVIS_RUN" == true ]; then + $SUDO_CMD ls /$FAKEROOT/usr/local/bin $SUDO_CMD sed -i.tmp 's/^IS_STABLE=.*/IS_STABLE=yes/' "$OSYNC_EXECUTABLE" else sed -i.tmp 's/^IS_STABLE=.*/IS_STABLE=yes/' "$OSYNC_EXECUTABLE"