summaryrefslogtreecommitdiff
path: root/run_test.go
diff options
context:
space:
mode:
authorEyal Posener <[email protected]>2017-05-06 18:55:54 +0300
committerEyal Posener <[email protected]>2017-05-06 18:55:54 +0300
commit4f47fe9246e715f11272d6323343a12797d4d13f (patch)
tree65eb8cd82bbb5da33c548b5510f91f8017b04330 /run_test.go
parentd33bac720bcaf13a5ee9f6f165293183d2e3e24d (diff)
Add easy way to install the bash completion
Diffstat (limited to 'run_test.go')
-rw-r--r--run_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_test.go b/run_test.go
index 8f47431..0e18850 100644
--- a/run_test.go
+++ b/run_test.go
@@ -177,7 +177,7 @@ func TestCompleter_Complete(t *testing.T) {
tt.args = "cmd " + tt.args
os.Setenv(envComplete, tt.args)
- args := getLine()
+ args, _ := getLine()
got := complete(c, args)