blob: 1f2aed5e29ad4b46df357e29a8715f0067a5a056 [file] [log] [blame]
package action
import "testing"
func TestList(t *testing.T) {
if len(List("../", false).Installed) < 1 {
t.Error("Expected some packages to be found")
}
}