mirror of
https://github.com/westes/flex.git
synced 2026-01-30 03:14:28 +00:00
They now all work under a POSIX compliant sh. Specifically, 'dash' can now be used for running "make check" tests. Note that none of these scripts has ever been using a pipe, so `set -o pipefail` is unnecessary and removed.
6 lines
112 B
Bash
Executable File
6 lines
112 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Test that flex handles the grouped noop options -c and -n properly.
|
|
|
|
echo %% | $1 -cn -o /dev/null
|