summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/tests/test_command_clean.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/packaging/tests/test_command_clean.py')
-rw-r--r--Lib/packaging/tests/test_command_clean.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/packaging/tests/test_command_clean.py b/Lib/packaging/tests/test_command_clean.py
index 8d29e4d..ab944ed 100644
--- a/Lib/packaging/tests/test_command_clean.py
+++ b/Lib/packaging/tests/test_command_clean.py
@@ -23,7 +23,7 @@ class cleanTestCase(support.TempdirManager, support.LoggingCatcher,
if name == 'build_base':
continue
for f in ('one', 'two', 'three'):
- self.write_file(os.path.join(path, f))
+ self.write_file((path, f))
# let's run the command
cmd.all = True