1# Copyright: 2015 Masatake YAMATO 2# License: GPL-2 3 4CTAGS=$1 5 6# --quiet cannot be used in this test case. 7${CTAGS} --options=NONE --_echo=a --_echo=b --_force-quit=21 --_echo=b 8 9