aboutsummaryrefslogtreecommitdiff
path: root/internal/slackware_com/slackware_com_test.go
blob: f4bcea8fbf3c93a0591b8decbae63fff7bbacf66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package slackware_com

import "testing"

func TestPackage(t *testing.T) {
	tests := []struct {
		FileName string
	}{
		{
			FileName: "aspell-gu-0.03_0-x86_64-1.txz",
		},
	}
	for _, test := range tests {
		_ = test
	}
}