DockerCLI/cli
Sebastiaan van Stijn 7ea48a16e3
Fix test for Go 1.12.x
After switching to Go 1.12, the format-string causes an error;

```
=== Errors
cli/config/config_test.go:154:3: Fatalf format %q has arg config of wrong type *github.com/docker/cli/cli/config/configfile.ConfigFile
cli/config/config_test.go:217:3: Fatalf format %q has arg config of wrong type *github.com/docker/cli/cli/config/configfile.ConfigFile
cli/config/config_test.go:253:3: Fatalf format %q has arg config of wrong type *github.com/docker/cli/cli/config/configfile.ConfigFile
cli/config/config_test.go:288:3: Fatalf format %q has arg config of wrong type *github.com/docker/cli/cli/config/configfile.ConfigFile
cli/config/config_test.go:435:3: Fatalf format %q has arg config of wrong type *github.com/docker/cli/cli/config/configfile.ConfigFile
cli/config/config_test.go:448:3: Fatalf format %q has arg config of wrong type *github.com/docker/cli/cli/config/configfile.ConfigFile

DONE 1115 tests, 2 skipped, 6 errors in 215.984s
make: *** [Makefile:22: test-coverage] Error 2
Exited with code 2
```

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit d4877fb225)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-03-13 22:27:00 +01:00
..
command Fix panic (npe) when updating service limits/reservations 2018-12-13 02:22:43 +01:00
compose Fix substitution with non-empty env-var 2018-09-26 15:20:15 +02:00
config Fix test for Go 1.12.x 2019-03-13 22:27:00 +01:00
connhelper connhelper: try sending SIGTERM before SIGKILL 2018-09-30 10:01:20 +09:00
debug updated vendoring 2017-09-01 19:41:06 -04:00
flags support SSH connection 2018-08-02 13:10:06 +09:00
manifest Fix manifest lists to always use correct size 2018-06-28 18:17:38 -07:00
registry/client fix insecure manifest inspect with restrictive certs perms 2018-09-20 19:53:10 +02:00
trust Update tests to use gotest.tools 👼 2018-06-08 18:24:26 +02:00
winresources Add windows resources to binary. 2017-05-15 18:03:03 -04:00
cobra.go Update command usage and documentation 2018-06-21 23:16:27 -07:00
error.go Import docker/docker/cli 2017-04-17 17:40:59 -04:00
required.go Singularize / pluralize "argument(s)" in error message 2017-08-12 18:25:38 +02:00
required_test.go Update tests to use gotest.tools 👼 2018-06-08 18:24:26 +02:00
version.go Fix grammar typo in comment 2018-02-28 11:29:40 -05:00