xref: /Universal-ctags/Tmain/option-echo-and-force-quit.d/run.sh (revision cd938e9b287ebafc03eeb865dcf83890be9728a1)
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