[gimp] tests are in app/tests

Nils Philippsen nphilipp at fedoraproject.org
Sat Oct 20 13:26:34 UTC 2012


commit 007dd53dde61223d6c8f70a35f275a035eaf7b72
Author: Nils Philippsen <nils at redhat.com>
Date:   Sat Oct 20 15:26:24 2012 +0200

    tests are in app/tests

 gimp.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gimp.spec b/gimp.spec
index 17b792c..6ab1899 100644
--- a/gimp.spec
+++ b/gimp.spec
@@ -419,7 +419,7 @@ ln -snf gimprc-%{binver}.5 %{buildroot}/%{_mandir}/man5/gimprc.5
 %check
 # skip tests known to be problematic in a specific version
 %if "%version" == "%skip_checks_version"
-pushd tests
+pushd app/tests
 for problematic in %skip_checks; do
     rm -f "$problematic"
     cat << EOF > "$problematic"


More information about the scm-commits mailing list