summaryrefslogtreecommitdiff
path: root/test/unit/_get_cword.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/_get_cword.exp')
-rw-r--r--test/unit/_get_cword.exp5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/unit/_get_cword.exp b/test/unit/_get_cword.exp
index 94b18b54..ec29bf17 100644
--- a/test/unit/_get_cword.exp
+++ b/test/unit/_get_cword.exp
@@ -19,11 +19,6 @@ proc teardown {} {
setup
-# Retrieve bash major version number
-set bash_versinfo_0 {}
-assert_bash_exec {printf "%s" "${BASH_VERSINFO[0]}"} "" /@ bash_versinfo_0
-
-
set test "_get_cword should run without errors"
assert_bash_exec {_get_cword > /dev/null} $test