unused variable in test removed

This commit is contained in:
Michael Shaw 2023-03-07 12:30:10 -05:00
parent 6bc24d6713
commit a37cddbb6a

View File

@ -34,7 +34,6 @@ func homeDir() string {
}
func TestPathExpansion(t *testing.T) {
user, _ := user.Current()
var tests map[string]string
if runtime.GOOS == "windows" {