diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/regress/issue50.py | 1 |
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() |