summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorgraham.gower@gmail.com <graham.gower@gmail.com@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2010-12-12 23:39:47 (EST)
committer graham.gower@gmail.com <graham.gower@gmail.com@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2010-12-12 23:39:47 (EST)
commit0d9f9342d4b6071c158351d4c30370ddf36dc7ec (patch)
treee5184bc15cfcd447c5291da2189712643eba7c17 /tests
parentc52c31b0d3770e83cb68deb4a13932c803fe382e (diff)
Remove stray exit() in the regress test.
git-svn-id: http://opkg.googlecode.com/svn/trunk@590 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'tests')
-rwxr-xr-xtests/regress/issue50.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/regress/issue50.py b/tests/regress/issue50.py
index 0ef4eae..a4a18cc 100755
--- a/tests/regress/issue50.py
+++ b/tests/regress/issue50.py
@@ -9,7 +9,6 @@ open("foo", "w").close()
a1 = opk.Opk(Package="a", Version="1.0", Architecture="all")
a1.write(data_files=["foo"])
-exit()
opkgcl.install("a_1.0_all.opk")
o = opk.OpkGroup()