mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
commit
6940cf1ecd
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ func init() {
|
|||
}
|
||||
|
||||
if uid := syscall.Geteuid(); uid != 0 {
|
||||
log.Fatal("docker tests needs to be run as root")
|
||||
log.Fatal("docker tests need to be run as root")
|
||||
}
|
||||
|
||||
NetworkBridgeIface = "testdockbr0"
|
||||
|
|
Loading…
Add table
Reference in a new issue