From: graham.gower@gmail.com Date: Mon, 13 Dec 2010 04:39:47 +0000 (+0000) Subject: Remove stray exit() in the regress test. X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopkg-lede.git;a=commitdiff_plain;h=0d9f9342d4b6071c158351d4c30370ddf36dc7ec Remove stray exit() in the regress test. git-svn-id: http://opkg.googlecode.com/svn/trunk@590 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- 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()