gnome-extra/gnome-software: drop unintended src_test changes

These didn't help solve a flatpak plugin test failure for me and thus weren't
meant to be included in the bump, but had forgotten to clean it up before
pushing.

Signed-off-by: Mart Raudsepp <leio@gentoo.org>
This commit is contained in:
Mart Raudsepp
2024-01-06 17:16:44 +02:00
parent fba955d878
commit a82ee9a963

View File

@@ -92,8 +92,6 @@ src_configure() {
}
src_test() {
gnome_environment_reset
export XDG_DATA_DIRS="${EPREFIX}"/usr/share
virtx dbus-run-session meson test -C "${BUILD_DIR}" || die
}