Move shell prov acc test to the same folder

This commit is contained in:
Moss 2020-03-13 17:10:51 +01:00
parent 449a299ee3
commit 2ca6804827
4 changed files with 4 additions and 6 deletions

View File

@ -1,4 +1,4 @@
package helper
package testshelper
import (
"github.com/aws/aws-sdk-go/aws"

View File

@ -1,4 +1,4 @@
package helper
package testshelper
import (
"bytes"

View File

@ -1,11 +1,9 @@
// +build integration
package shell_integration
package shell_test
import (
"github.com/hashicorp/go-uuid"
"github.com/hashicorp/packer/command"
testshelper "github.com/hashicorp/packer/test/helper"
"github.com/hashicorp/packer/helper/tests"
"os"
"path/filepath"
"testing"