mirror of https://github.com/hashicorp/packer
parent
d33ffc178d
commit
23c6951aa4
@ -0,0 +1,14 @@
|
||||
package testing
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestFolderAcc(t *testing.T) {
|
||||
initDriverAcceptanceTest(t)
|
||||
|
||||
d := NewTestDriver(t)
|
||||
f, err := d.FindFolder(TestFolder)
|
||||
if err != nil {
|
||||
t.Fatalf("Cannot find the default folder '%v': %v", TestFolder, err)
|
||||
}
|
||||
CheckFolderPath(t, f, TestFolder)
|
||||
}
|
||||
Loading…
Reference in new issue