summaryrefslogtreecommitdiffstats
path: root/tests/regress/cfg.py
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/cfg.py
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/cfg.py')
-rw-r--r--tests/regress/cfg.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/regress/cfg.py b/tests/regress/cfg.py
index 4304378..6f78996 100644
--- a/tests/regress/cfg.py
+++ b/tests/regress/cfg.py
@@ -1,3 +1,5 @@
+import os
+
opkdir = "/tmp/opk"
offline_root = "/tmp/opkg"
-opkgcl = "/home/grg/opkg/code/svn/src/opkg-cl"
+opkgcl = os.path.realpath("../../src/opkg-cl")