1#! /bin/sh
2
3# historical.sh:  Validation of SCCS file features only found in
4#                 SCCS files makde by historical versions of SCCS.
5
6# Import common functions & definitions.
7. ../../common/test-common
8
9# s.comment-nospace has a comment line in which
10# no space follows the ^Ac.  A space is more
11# usual and (as far as I know) no current SCCS
12# implementation omits it.
13docommand c1 "${vg_val} s.comment-nospace" 0 IGNORE IGNORE
14
15