We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a562a commit f4b3a1bCopy full SHA for f4b3a1b
tests/integration/container_test.py
@@ -381,6 +381,7 @@ def setUp(self):
381
# Get a random pathname - we don't need it to exist locally
382
self.mount_origin = tempfile.mkdtemp()
383
shutil.rmtree(self.mount_origin)
384
+ os.mkdir(self.mount_origin)
385
self.filename = 'shared.txt'
386
387
self.run_with_volume(
0 commit comments