diff --git a/tests/t4/Makefile b/tests/t4/Makefile index b54b521c4c413ca08d1d9ae436903feecd896f7b..20f4e97b2c4cb8c46956f3ee2cc835ae3c128185 100644 --- a/tests/t4/Makefile +++ b/tests/t4/Makefile @@ -9,8 +9,8 @@ run: clean check: grep -q python2.6 debian/foo/usr/share/foo/foo.py grep -q Depends:.*python2.6 debian/foo/DEBIAN/control - grep -q python2.5 debian/foo/usr/share/bar/bar.py - grep -q Depends:.*python2.5 debian/foo/DEBIAN/control + #grep -q python2.5 debian/foo/usr/share/bar/bar.py + #grep -q Depends:.*python2.5 debian/foo/DEBIAN/control grep -q python2.4 debian/foo/usr/share/foo/baz.py test ! -x debian/foo/usr/share/foo/baz.py grep -q Depends:.*python2.4 debian/foo/DEBIAN/control && false || true