tests: test commands help, query & install

pull/52/head
jeremiejig 9 years ago
parent 9258757901
commit 7022c3db95

@ -2,8 +2,13 @@
set -l return_code 0
omf help
omf query PATH
omf install apt
set commands "omf help" "omf query PATH" "omf query fish_function_path" "omf install apt"
for cmd in $commands
echo \$ $cmd
if not eval $cmd
set return_code 1
end;
end;
exit $return_code

Loading…
Cancel
Save