Skip to content

Commit 4f242f2

Browse files
committed
test: Limit number of wget option completions to avoid unresolved result
1 parent a5d490a commit 4f242f2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

test/lib/completions/wget.exp

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,10 @@ proc teardown {} {
1111
setup
1212

1313

14-
assert_complete_any "wget --"
15-
16-
14+
assert_complete_any "wget --h"
1715
sync_after_int
1816

19-
2017
assert_no_complete "wget "
21-
22-
2318
sync_after_int
2419

2520

0 commit comments

Comments
 (0)