diff options
author | tv <tv@nomic.retiolum> | 2013-09-02 17:20:37 +0200 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2013-09-02 17:20:37 +0200 |
commit | bc0a3b70466b0de0f4549e3cd2974ca3eda2ccf2 (patch) | |
tree | 28edf0b9e6cc83288904f1d19201e76f46a75b89 /util/t/dic/can-scrape | |
parent | 61781dbb9c85ef5997cc2adb6df9960c19776459 (diff) |
util t: rename basic dic bit rot test
Diffstat (limited to 'util/t/dic/can-scrape')
-rwxr-xr-x | util/t/dic/can-scrape | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/util/t/dic/can-scrape b/util/t/dic/can-scrape new file mode 100755 index 00000000..a31e0f6c --- /dev/null +++ b/util/t/dic/can-scrape @@ -0,0 +1,6 @@ +#! /bin/sh +set -euf + +dic test | + sed 's/\[[^m]*m//g' | + grep -q '^test - der Test$' |