Signed-off-by: Victor Vieux <vieux@docker.com>
| ... | ... |
@@ -2,7 +2,7 @@ |
| 2 | 2 |
// Use of this source code is governed by a BSD-style |
| 3 | 3 |
// license that can be found in the LICENSE file. |
| 4 | 4 |
|
| 5 |
-package mflag_test |
|
| 5 |
+package mflag |
|
| 6 | 6 |
|
| 7 | 7 |
import ( |
| 8 | 8 |
"bytes" |
| ... | ... |
@@ -12,7 +12,6 @@ import ( |
| 12 | 12 |
"strings" |
| 13 | 13 |
"testing" |
| 14 | 14 |
"time" |
| 15 |
- . "github.com/docker/docker/pkg/mflag" |
|
| 16 | 15 |
) |
| 17 | 16 |
|
| 18 | 17 |
// ResetForTesting clears all flag state and sets the usage function as directed. |