summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2016-02-08 11:37:31 -0800
committerJoffrey F <joffrey@docker.com>2016-02-08 11:37:31 -0800
commit575305fdba6c57f06d605920e01b5e1d6b952d3e (patch)
tree4a1b687663a96be9f1c231b555b6dae4d8532db0
parent8bdaffc2e7feb6201744a58d5a1e7db83fae094b (diff)
parentfea32eb98312607e855b7c98656286e489094cd2 (diff)
downloaddocker-py-575305fdba6c57f06d605920e01b5e1d6b952d3e.tar.gz
Merge branch 'keloyang-VolumeBind'
-rw-r--r--tests/integration/container_test.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/integration/container_test.py b/tests/integration/container_test.py
index e1fd443..1714599 100644
--- a/tests/integration/container_test.py
+++ b/tests/integration/container_test.py
@@ -1,5 +1,4 @@
import os
-import shutil
import signal
import tempfile
@@ -380,7 +379,6 @@ class VolumeBindTest(helpers.BaseTestCase):
# Get a random pathname - we don't need it to exist locally
self.mount_origin = tempfile.mkdtemp()
- shutil.rmtree(self.mount_origin)
self.filename = 'shared.txt'
self.run_with_volume(