1# Copyright: 2015 Masatake YAMATO 2# License: GPL-2 3 4. ../utils.sh 5 6if ${CTAGS} --quiet --options=NONE --list-features | grep -q afasdfasfasfsa; then 7 echo 8else 9 skip "example: no such feature" 10fi 11