mirror of https://github.com/spf13/afero.git
add requested changes
This commit is contained in:
parent
952281b34e
commit
f10f855e81
|
@ -5,7 +5,6 @@ import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"io"
|
"io"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
// "path/filepath"
|
|
||||||
"os"
|
"os"
|
||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
|
@ -483,7 +482,7 @@ func TestUnionFileReaddirAskForTooMany(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
ufs := &CopyOnWriteFs{base: base, layer: overlay}
|
ufs := &CopyOnWriteFs{base: base, layer: overlay}
|
||||||
|
|
||||||
f, err := ufs.Open("")
|
f, err := ufs.Open("")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
|
|
Loading…
Reference in New Issue