The name of the folder was shortened in a1ea562
Signed-off-by: Michael Käufl <docker@c.michael-kaeufl.de>
| ... | ... |
@@ -50,7 +50,7 @@ func enableUserlandProxy() bool {
|
| 50 | 50 |
} |
| 51 | 51 |
|
| 52 | 52 |
// NewDaemon returns a Daemon instance to be used for testing. |
| 53 |
-// This will create a directory such as daemon123456789 in the folder specified by $DEST. |
|
| 53 |
+// This will create a directory such as d123456789 in the folder specified by $DEST. |
|
| 54 | 54 |
// The daemon will not automatically start. |
| 55 | 55 |
func NewDaemon(c *check.C) *Daemon {
|
| 56 | 56 |
dest := os.Getenv("DEST")
|