summaryrefslogtreecommitdiff
path: root/tests/0019.sh
diff options
context:
space:
mode:
authorAntti-Juhani Kaijanaho <ajk@debian.org>2011-10-22 15:19:57 +0300
committerAntti-Juhani Kaijanaho <ajk@debian.org>2011-10-22 15:19:57 +0300
commitf91ebc7932df8b762300fb2cf17e21f00a6264fd (patch)
tree87d47d3fe16c1404e77ab3b1c7411b8797c9b325 /tests/0019.sh
parent71dcfb668eadeb0afcfc14acb5b49ed2c8e09456 (diff)
downloaddctrl-tools-f91ebc7932df8b762300fb2cf17e21f00a6264fd.tar.gz
Add some passing tests
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
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
+
+