Remove a dangling symlink after tests end

Related: #1903659

RPMDiff issue says:
File opt/rh/rh-mariadb105/root/usr/share/mysql-test/var is a dangling symlink (to /dev/shm/var_64_BuRk) on x86_64
This commit is contained in:
Honza Horak 2021-01-28 16:49:58 +01:00
parent 862568e0f8
commit 3b1a6d2020
1 changed files with 3 additions and 0 deletions

View File

@ -1232,6 +1232,9 @@ export MTR_BUILD_THREAD=%{__isa_bits}
%endif
# blank line
fi
# There might be a dangling symlink left from the testing, remove it to not be installed
rm -rf ./var
)
# NOTE: the Spider SE has 2 more hidden testsuites "oracle" and "oracle2".