gpsfold: Remove $Id$ at EOF.
[gpstools.git] / branches / gpst.gpsman-format / tests / unify.pl
blobc3180f2e8eb7fcc07c2ee5e6515d9b93c0665024
1 #!/usr/bin/perl -w
3 # $Id$
5 while (<>) {
6 s/^((not )?ok)( \d+ )- /$1 - /;
7 print;