mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #42390 from thaJeztah/skip_defunct_test
pkg/fileutils: TestMatches: remove cases no longer valid for go1.16
This commit is contained in:
commit
328d23f625
1 changed files with 0 additions and 2 deletions
|
@ -377,8 +377,6 @@ func TestMatches(t *testing.T) {
|
||||||
if runtime.GOOS != "windows" {
|
if runtime.GOOS != "windows" {
|
||||||
tests = append(tests, []matchesTestCase{
|
tests = append(tests, []matchesTestCase{
|
||||||
{"a\\*b", "a*b", true},
|
{"a\\*b", "a*b", true},
|
||||||
{"a\\", "a", false},
|
|
||||||
{"a\\", "a\\", false},
|
|
||||||
}...)
|
}...)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue