summaryrefslogtreecommitdiff
path: root/test/lib/completions/finger.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions/finger.exp')
-rw-r--r--test/lib/completions/finger.exp9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/lib/completions/finger.exp b/test/lib/completions/finger.exp
index 5a3d3e9e..fa9f5b6b 100644
--- a/test/lib/completions/finger.exp
+++ b/test/lib/completions/finger.exp
@@ -11,15 +11,6 @@ proc teardown {} {
setup
-set test "Tab should complete usernames"
-# Build string list of usernames
-set users {}
-foreach u [exec bash -c "compgen -A user -S @"] {
- lappend users $u
-}
-assert_complete $users "finger " $test
-
-
sync_after_int