Fix paths in TestDistro_Manifest

It turned out the paths contained more ../s than appropriate.

Refs: #442
This commit is contained in:
Jiri Kortus 2020-05-06 18:06:57 +02:00 committed by Alexander Todorov
parent 2e34a94980
commit 3cea1f27cf
4 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@ import (
func TestDistro_Manifest(t *testing.T) {
distro_test_common.TestDistro_Manifest(
t,
"../../../test/cases/",
"../../test/cases/",
"*",
fedora30.New(), fedora31.New(), fedora32.New(), rhel81.New(), rhel82.New(), rhel83.New(),
)