Changeset 211
- Timestamp:
- 29-04-07 19:06:13 (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
r134 r211 71 71 unset COMPREPLY 72 72 _moap_complete_moap moap doap 73 assert_equals "${COMPREPLY[*]}" "bug freshmeat mailshow"73 assert_equals "${COMPREPLY[*]}" "bug freshmeat ical mail rss 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 mailshow"87 assert_equals "${COMPREPLY[*]}" "bug freshmeat ical mail rss show" 88 88 } 89 89
Note: See TracChangeset
for help on using the changeset viewer.
