diff options
Diffstat (limited to 'util/t/dic/mup')
| -rwxr-xr-x | util/t/dic/mup | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/util/t/dic/mup b/util/t/dic/mup new file mode 100755 index 00000000..a31e0f6c --- /dev/null +++ b/util/t/dic/mup @@ -0,0 +1,6 @@ +#! /bin/sh +set -euf + +dic test | +  sed 's/\[[^m]*m//g' | +  grep -q '^test - der Test$' | 
