Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cli/command/container: TestSplitCpArg: cleaner skip
Trying to make the logic slightly clearer, and adding a custom message for the skip, Before this: === RUN TestSplitCpArg/absolute_path_with_drive cp_test.go:184: tc.os == "windows" && runtime.GOOS != "windows" || tc.os == "linux" && runtime.GOOS == "windows" After this: === RUN TestSplitCpArg/absolute_path_with_drive cp_test.go:185: skipping windows test on darwin Signed-off-by: Sebastiaan van Stijn <[email protected]>
- Loading branch information