summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraham.gower@gmail.com <graham.gower@gmail.com@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2011-10-23 19:42:33 (EDT)
committer graham.gower@gmail.com <graham.gower@gmail.com@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2011-10-23 19:42:33 (EDT)
commitc0c5f116ac39a3bc0cbec6ca55c0359062ad0d8f (patch)
treeb7e4cf24e5d2e2ac4b0c1814623e185adaae3802
parent5be9eaad66fdcaf1a9b8e22412cc4b63fafb4118 (diff)
Fix issue45.py to work after changes in r627.
git-svn-id: http://opkg.googlecode.com/svn/trunk@631 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
-rwxr-xr-xtests/regress/issue45.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regress/issue45.py b/tests/regress/issue45.py
index 3e4e147..e1ab5f6 100755
--- a/tests/regress/issue45.py
+++ b/tests/regress/issue45.py
@@ -13,7 +13,7 @@ o.write_list()
opkgcl.update()
-(status, output) = opkgcl.opkgcl("install a")
+(status, output) = opkgcl.opkgcl("install --force-postinstall a")
ln_a = output.find("Configuring a")
ln_b = output.find("Configuring b")