1# Sed script for modify the files in tests directory.
2
3s|\.in\([1-2]\{1,1\}\)\.po|.i\1-po|g
4s|\.ok\.po|.ok-po|g
5s|\.in\.po|_in.po|g
6s|\.in\.\([cC]\{1,1\}\)|_in.\1|g
7s|\.po\.|.po-|g
8