Changeset 226


Ignore:
Timestamp:
19-05-07 11:28:42 (6 years ago)
Author:
thomas
Message:

fix bash test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/moap/test/test_bash_completion.sh

    r211 r226  
    7171    unset COMPREPLY 
    7272    _moap_complete_moap moap doap 
    73     assert_equals "${COMPREPLY[*]}" "bug freshmeat ical mail rss show" 
     73    assert_equals "${COMPREPLY[*]}" "bug freshmeat ical mail rss search show" 
    7474 
    7575    unset COMPREPLY 
     
    8585    unset COMPREPLY 
    8686    _moap_complete_moap moap doap --version 0.9.1 
    87     assert_equals "${COMPREPLY[*]}" "bug freshmeat ical mail rss show" 
     87    assert_equals "${COMPREPLY[*]}" "bug freshmeat ical mail rss search show" 
    8888} 
    8989 
Note: See TracChangeset for help on using the changeset viewer.