diff --git a/rpmmacros/runtest.sh b/rpmmacros/runtest.sh index d884849..658dc0d 100755 --- a/rpmmacros/runtest.sh +++ b/rpmmacros/runtest.sh @@ -34,14 +34,8 @@ if [[ "$rpm_version" != "$macro_version" ]]; then fi resource_dir=$(rpm --eval "%{clang_resource_dir}") -resource_dir_readonly=$(rpm --eval "%{clang_resource_dir_readonly}") if [[ ! -d "$resource_dir" ]]; then echo "Could not find \"$resource_dir\"" exit 1 fi - -if [[ ! -d "$resource_dir_readonly" ]]; then - echo "Could not find \"$resource_dir_readonly\"" - exit 1 -fi