From 52d4936e728629ebb725de37574cbeed231dbcd5 Mon Sep 17 00:00:00 2001 From: Artem Savkov Date: Wed, 18 Sep 2019 12:29:50 +0200 Subject: [PATCH] integration/rhel-*: fix multiple.test When these from internal depths of Red Hat upstream paths changed and now we are one level deeper in directory tree. The issue probably also exist in rhel8.0 rebase pr #993. Signed-off-by: Artem Savkov --- test/integration/rhel-7.4/multiple.test | 2 +- test/integration/rhel-7.5/multiple.test | 2 +- test/integration/rhel-7.6/multiple.test | 2 +- test/integration/rhel-7.7/multiple.test | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/integration/rhel-7.4/multiple.test b/test/integration/rhel-7.4/multiple.test index 56b7e3437..b5d985756 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 cd36a256f..ece3f6e15 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 cd36a256f..ece3f6e15 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 cd36a256f..ece3f6e15 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-"