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