From 989e9d3972939e7b8a3b3720d0bcffb1f559b468 Mon Sep 17 00:00:00 2001 From: pixdamix@gmail.com Date: Wed, 13 Jul 2011 07:53:28 -0400 Subject: Fix issue-79: Opkg can remove a package even if another still depends on it. - The problematic case is described by tests/regress/issue79.py Signed-off-by: Camille Moncelier git-svn-id: http://opkg.googlecode.com/svn/trunk@625 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'tests/regress/Makefile') diff --git a/tests/regress/Makefile b/tests/regress/Makefile index bb9d212..866d161 100644 --- a/tests/regress/Makefile +++ b/tests/regress/Makefile @@ -2,6 +2,7 @@ PYTHON=/usr/bin/python3 REGRESSION_TESTS=issue26.py issue31.py issue45.py issue46.py \ issue50.py issue51.py issue55.py issue58.py \ issue72.py \ + issue79.py \ filehash.py regress: -- cgit v0.9.1