Changeset 226
- Timestamp:
- 19-05-07 11:28:42 (6 years ago)
- File:
-
- 1 edited
-
trunk/moap/test/test_bash_completion.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/moap/test/test_bash_completion.sh
r211 r226 71 71 unset COMPREPLY 72 72 _moap_complete_moap moap doap 73 assert_equals "${COMPREPLY[*]}" "bug freshmeat ical mail rss s how"73 assert_equals "${COMPREPLY[*]}" "bug freshmeat ical mail rss search show" 74 74 75 75 unset COMPREPLY … … 85 85 unset COMPREPLY 86 86 _moap_complete_moap moap doap --version 0.9.1 87 assert_equals "${COMPREPLY[*]}" "bug freshmeat ical mail rss s how"87 assert_equals "${COMPREPLY[*]}" "bug freshmeat ical mail rss search show" 88 88 } 89 89
Note: See TracChangeset
for help on using the changeset viewer.
