diff options
author | Antti-Juhani Kaijanaho <ajk@debian.org> | 2011-10-22 15:19:57 +0300 |
---|---|---|
committer | Antti-Juhani Kaijanaho <ajk@debian.org> | 2011-10-22 15:19:57 +0300 |
commit | f91ebc7932df8b762300fb2cf17e21f00a6264fd (patch) | |
tree | 87d47d3fe16c1404e77ab3b1c7411b8797c9b325 /tests/0019.sh | |
parent | 71dcfb668eadeb0afcfc14acb5b49ed2c8e09456 (diff) | |
download | dctrl-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.sh | 10 |
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 + + |