summaryrefslogtreecommitdiff
path: root/test/t/test_rpm2tgz.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_rpm2tgz.py')
-rw-r--r--test/t/test_rpm2tgz.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/t/test_rpm2tgz.py b/test/t/test_rpm2tgz.py
index 366faedc..ad6e8bc7 100644
--- a/test/t/test_rpm2tgz.py
+++ b/test/t/test_rpm2tgz.py
@@ -12,9 +12,9 @@ class TestRpm2tgz:
def test_2(self, completion):
expected = sorted(
[
- "%s/"
+ "%s/" % x
for x in os.listdir("slackware/home")
- if os.path.isdir("shared/bin/%s" % x)
+ if os.path.isdir("slackware/home/%s" % x)
]
+ [
x