aboutsummaryrefslogtreecommitdiffstats
path: root/tests/regress/opk.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/regress/opk.py')
-rw-r--r--tests/regress/opk.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/regress/opk.py b/tests/regress/opk.py
index dd4328d..1855f76 100644
--- a/tests/regress/opk.py
+++ b/tests/regress/opk.py
@@ -127,6 +127,7 @@ def regress_init():
os.makedirs("{}/usr/lib/opkg".format(cfg.offline_root))
os.makedirs("{}/etc/opkg".format(cfg.offline_root))
+ os.makedirs("{}/var/run".format(cfg.offline_root))
f = open("{}/etc/opkg/opkg.conf".format(cfg.offline_root), "w")
f.write("arch all 1\n")