1#! /bin/sh
2
3# Basic tests for extended SCCS options
4
5# Read test core functions
6. ../../common/test-common
7
8cmd=unget		# for ../../common/optv
9ocmd=${unget}		# for ../../common/optv
10g=foo
11s=s.$g
12p=p.$g
13z=z.$g
14output=got.output	# for ../../common/optv
15error=got.error		# for ../../common/optv
16
17remove $z $s $p $g
18
19#
20# Checking whether SCCS ${cmd} supports extended options
21#
22. ../../common/optv
23
24remove $z $s $p $g $output $error
25success
26