Skip to content

Commit 32e84e6

Browse files
committed
fix: avoid dpkg packaging failures
as title Log: as title
1 parent 90670dc commit 32e84e6

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

apps1/utils_test.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,11 @@
55
package apps1
66

77
import (
8-
"os"
98
"testing"
109

1110
"github.com/stretchr/testify/assert"
1211
)
1312

14-
func Test_getHomeByUid(t *testing.T) {
15-
uid := os.Getuid()
16-
home, err := getHomeByUid(uid)
17-
assert.NoError(t, err)
18-
assert.Equal(t, home, os.Getenv("HOME"))
19-
}
20-
2113
func Test_isDesktopFile(t *testing.T) {
2214
type args struct {
2315
path string

0 commit comments

Comments
 (0)