diff options
author | tv <tv@nomic.retiolum> | 2013-11-02 15:11:18 +0100 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2013-11-02 15:11:18 +0100 |
commit | 00c66a3beed0740408fb5796cfff3f68941e553e (patch) | |
tree | d412cdc1188cb459fb89b07cbf3c06d284c468b1 | |
parent | acfa69aed25dcf27fae1550bb9c510f88c8cdd98 (diff) |
add mobile.vvs.de smoke test
-rwxr-xr-x | util/t/mobile.vvs.de/smoke-test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/util/t/mobile.vvs.de/smoke-test b/util/t/mobile.vvs.de/smoke-test new file mode 100755 index 00000000..0b9e7960 --- /dev/null +++ b/util/t/mobile.vvs.de/smoke-test @@ -0,0 +1,5 @@ +#! /bin/sh +set -euf +mobile.vvs.de hauptbahnhof | + sed -n 'p;q' | + grep -q '\[4m[0-9][0-9]:[0-9][0-9] Stuttgart, Hauptbahnhof\[m' |