xref: /netbsd-src/external/bsd/flex/dist/tests/options.cn (revision a24efa7dea9f1f56c3bdb15a927d3516792ace1c)
1#!/bin/bash
2
3# Test that flex handles the grouped noop options -c and -n properly.
4
5echo %% | $1 -cn -o /dev/null
6