summaryrefslogtreecommitdiff
path: root/tests/0016.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/0016.sh')
-rw-r--r--tests/0016.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/0016.sh b/tests/0016.sh
new file mode 100644
index 0000000..d30d59e
--- /dev/null
+++ b/tests/0016.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+LC_ALL=C
+export LC_ALL
+
+$GREP_DCTRL -S foo
+
+