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"
|
||||
"io"
|
||||
"io/ioutil"
|
||||
// "path/filepath"
|
||||
"os"
|
||||
"testing"
|
||||
"time"
|
||||
|
@ -483,7 +482,7 @@ func TestUnionFileReaddirAskForTooMany(t *testing.T) {
|
|||
}
|
||||
|
||||
ufs := &CopyOnWriteFs{base: base, layer: overlay}
|
||||
|
||||
|
||||
f, err := ufs.Open("")
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
|
|
Loading…
Reference in New Issue