diff --git a/glycin-loaders.spec b/glycin-loaders.spec index 7f0546d..ef415f8 100644 --- a/glycin-loaders.spec +++ b/glycin-loaders.spec @@ -1,6 +1,4 @@ -# Something is wrong with the test setup and tests fail with -# "No such file or directory" -%bcond_with check +%bcond_without check %global tarball_version %%(echo %{version} | tr '~' '.') @@ -69,7 +67,9 @@ rm -rf vendor %if %{with check} %check -%meson_test +# Something is wrong with the test setup and tests fail with +# "No such file or directory" +%meson_test || : %endif