mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-23 16:31:48 -04:00
Initial fixes of common/config.go after rebase before refactoring of test-cases so that they don't require root to run.
This commit is contained in:
@@ -8,6 +8,7 @@ import (
|
||||
"regexp"
|
||||
"strings"
|
||||
"time"
|
||||
"runtime"
|
||||
)
|
||||
|
||||
// PackerKeyEnv is used to specify the key interval (delay) between keystrokes
|
||||
|
||||
@@ -7,6 +7,7 @@ import (
|
||||
"path/filepath"
|
||||
"strings"
|
||||
"testing"
|
||||
"runtime"
|
||||
)
|
||||
|
||||
func TestChooseString(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user