We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ccb7b3 commit e8570c9Copy full SHA for e8570c9
1 file changed
pkg/fs/dev_test.go
@@ -23,9 +23,10 @@ package fs
23
24
import (
25
"fmt"
26
- "github.com/stretchr/testify/assert"
27
"strings"
28
"testing"
+
29
+ "github.com/stretchr/testify/assert"
30
)
31
32
var drives = []string{
@@ -74,6 +75,7 @@ func TestConvertDosDevice(t *testing.T) {
74
75
assert.Contains(t, files, filename)
76
77
m.(*mapper).cache["\\Device\\HarddiskVolume1"] = "C:"
78
+ m.(*mapper).cache["\\Device\\HarddiskVolume5"] = "\\Device\\HarddiskVolume5"
79
m.(*mapper).sysroot = "C:\\Windows"
80
81
var tests = []struct {
0 commit comments