summaryrefslogtreecommitdiff
path: root/tests/options.cn
diff options
context:
space:
mode:
authorExplorer09 <explorer09@gmail.com>2017-01-02 09:03:12 +0800
committerWill Estes <westes575@gmail.com>2017-01-17 21:10:16 -0500
commitbcf7a07369f3d407378c3980f5411459f07a111f (patch)
tree3f45bbd6f41abd8b65533bc0266759741866fb87 /tests/options.cn
parent8c8691c3fdb327eb45d5ee831da62e7433563004 (diff)
test: Remove test scripts bashisms.
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.
Diffstat (limited to 'tests/options.cn')
-rwxr-xr-xtests/options.cn2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/options.cn b/tests/options.cn
index 2f592e9..5af60ea 100755
--- a/tests/options.cn
+++ b/tests/options.cn
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# Test that flex handles the grouped noop options -c and -n properly.