]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
travis: fix sudo command line
authorKarel Zak <kzak@redhat.com>
Mon, 16 Dec 2019 13:29:33 +0000 (14:29 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 16 Dec 2019 13:29:33 +0000 (14:29 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
.travis-functions.sh

index 617740212afe66345f3d4d578d1ef08db8a6395c..992905a1639eb4e0b2a272cb113c7c2368b2f4d5 100755 (executable)
@@ -106,7 +106,7 @@ function check_root
        osx_prepare_check
 
        # TESTS_* overwrites default from tests/Makemodule.am
-       sudo -E $MAKE check "TESTS_PARALLEL=''" TESTS_OPTIONS="$make_opts" || return
+       sudo -E $MAKE check TESTS_PARALLEL="" TESTS_OPTIONS="$make_opts" || return
 
        # root on osx has not enough permission for make install ;)
        [ "$TRAVIS_OS_NAME" = "osx" ] && return