From bcf7a07369f3d407378c3980f5411459f07a111f Mon Sep 17 00:00:00 2001 From: Explorer09 Date: Mon, 2 Jan 2017 09:03:12 +0800 Subject: 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. --- tests/options.cn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/options.cn') 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. -- cgit v1.2.3