summaryrefslogtreecommitdiffstats
path: root/tests/regress/issue55.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/regress/issue55.py')
-rwxr-xr-xtests/regress/issue55.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regress/issue55.py b/tests/regress/issue55.py
index 1a2763b..8628306 100755
--- a/tests/regress/issue55.py
+++ b/tests/regress/issue55.py
@@ -8,7 +8,7 @@ opk.regress_init()
long_filename = 110*"a"
os.symlink(long_filename, "linky")
-a = opk.Opk(Package="a", Version="1.0", Architecture="all")
+a = opk.Opk(Package="a")
a.write(data_files=["linky"])
os.unlink("linky")
opkgcl.install("a_1.0_all.opk")