diff --git a/test/integration/rhel-7.4/multiple.test b/test/integration/rhel-7.4/multiple.test index 56b7e34..b5d9857 100755 --- a/test/integration/rhel-7.4/multiple.test +++ b/test/integration/rhel-7.4/multiple.test @@ -1,7 +1,7 @@ #!/bin/bash SCRIPTDIR="$(readlink -f $(dirname $(type -p $0)))" -ROOTDIR="$(readlink -f $SCRIPTDIR/../..)" +ROOTDIR="$(readlink -f $SCRIPTDIR/../../..)" KPATCH="sudo $ROOTDIR/kpatch/kpatch" MODULE_PREFIX="test-" diff --git a/test/integration/rhel-7.5/multiple.test b/test/integration/rhel-7.5/multiple.test index cd36a25..ece3f6e 100755 --- a/test/integration/rhel-7.5/multiple.test +++ b/test/integration/rhel-7.5/multiple.test @@ -1,7 +1,7 @@ #!/bin/bash SCRIPTDIR="$(readlink -f $(dirname $(type -p $0)))" -ROOTDIR="$(readlink -f $SCRIPTDIR/../..)" +ROOTDIR="$(readlink -f $SCRIPTDIR/../../..)" KPATCH="sudo $ROOTDIR/kpatch/kpatch" MODULE_PREFIX="test-" diff --git a/test/integration/rhel-7.6/multiple.test b/test/integration/rhel-7.6/multiple.test index cd36a25..ece3f6e 100755 --- a/test/integration/rhel-7.6/multiple.test +++ b/test/integration/rhel-7.6/multiple.test @@ -1,7 +1,7 @@ #!/bin/bash SCRIPTDIR="$(readlink -f $(dirname $(type -p $0)))" -ROOTDIR="$(readlink -f $SCRIPTDIR/../..)" +ROOTDIR="$(readlink -f $SCRIPTDIR/../../..)" KPATCH="sudo $ROOTDIR/kpatch/kpatch" MODULE_PREFIX="test-" diff --git a/test/integration/rhel-7.7/multiple.test b/test/integration/rhel-7.7/multiple.test index cd36a25..ece3f6e 100755 --- a/test/integration/rhel-7.7/multiple.test +++ b/test/integration/rhel-7.7/multiple.test @@ -1,7 +1,7 @@ #!/bin/bash SCRIPTDIR="$(readlink -f $(dirname $(type -p $0)))" -ROOTDIR="$(readlink -f $SCRIPTDIR/../..)" +ROOTDIR="$(readlink -f $SCRIPTDIR/../../..)" KPATCH="sudo $ROOTDIR/kpatch/kpatch" MODULE_PREFIX="test-"