Initial fixes of common/config.go after rebase before refactoring of test-cases so that they don't require root to run.

pull/2906/head
Ali Rizvi-Santiago 8 years ago
parent c17f827e1d
commit 50e9cd2ca7

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

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

Loading…
Cancel
Save