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:
Ali Rizvi-Santiago 2018-01-16 13:46:27 -06:00
parent c17f827e1d
commit 50e9cd2ca7
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ import (
"regexp"
"strings"
"time"
"runtime"
)
// PackerKeyEnv is used to specify the key interval (delay) between keystrokes

View File

@ -7,6 +7,7 @@ import (
"path/filepath"
"strings"
"testing"
"runtime"
)
func TestChooseString(t *testing.T) {