add requested changes

This commit is contained in:
Novan Allanadi 2020-03-28 22:41:54 +11:00
parent 952281b34e
commit f10f855e81
1 changed files with 1 additions and 2 deletions

View File

@ -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)