summaryrefslogtreecommitdiffstats
path: root/tests/regress/Makefile
diff options
context:
space:
mode:
authorpixdamix@gmail.com <pixdamix@gmail.com@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2011-07-13 07:53:28 (EDT)
committer pixdamix@gmail.com <pixdamix@gmail.com@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2011-07-13 07:53:28 (EDT)
commit989e9d3972939e7b8a3b3720d0bcffb1f559b468 (patch)
treeef317d62eb2c4f7eefe27805ba31540029ab6017 /tests/regress/Makefile
parent3d697f6303f381a507f37f8d63129151d745dc6c (diff)
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 <moncelier@devlife.org> git-svn-id: http://opkg.googlecode.com/svn/trunk@625 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'tests/regress/Makefile')
-rw-r--r--tests/regress/Makefile1
1 files changed, 1 insertions, 0 deletions
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: