blob: e7efb7ce8bc2939b08472e8f63c3ca99e0f1e6b8 [file] [log] [blame]
// +build !daemon
package main
const (
// tests should not assume daemon runs on the same machine as CLI
isLocalDaemon = false
)