lol 108 chars ETOOMANY
Signed-off-by: Jessica Frazelle <princess@docker.com> Upstream-commit: a1ea562b20b36345be2048ea24130b48cf4ec734 Component: engine
This commit is contained in:
@@ -58,7 +58,7 @@ func NewDaemon(c *check.C) *Daemon {
|
||||
c.Fatal("Please set the DEST environment variable")
|
||||
}
|
||||
|
||||
dir := filepath.Join(dest, fmt.Sprintf("daemon%d", time.Now().UnixNano()%100000000))
|
||||
dir := filepath.Join(dest, fmt.Sprintf("d%d", time.Now().UnixNano()%100000000))
|
||||
daemonFolder, err := filepath.Abs(dir)
|
||||
if err != nil {
|
||||
c.Fatalf("Could not make %q an absolute path: %v", dir, err)
|
||||
|
||||
Reference in New Issue
Block a user