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