test/difftree.sh: Remove unused variable

Shellcheck reports VMVLINUX is unused. Also it seems to has a typo
in the name.

Lets remove it.

Signed-off-by: Julien Thierry <jthierry@redhat.com>
This commit is contained in:
Julien Thierry 2020-06-03 09:02:07 +01:00
parent 857f892407
commit 22d1046412
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ OBJDIR="$HOME/.kpatch/obj"
SCRIPTDIR="$(readlink -f $(dirname $(type -p $0)))"
TEMPDIR=$(mktemp -d)
RESULTSDIR="$TEMPDIR/results"
VMVLINUX="/usr/lib/debug/lib/modules/$(uname -r)/vmlinux" # path for F20
if [[ ! -d $OBJDIR ]]; then
echo "please run kpatch-build to populate the object tree in $OBJDIR"