The files in this directory (except for the directory "common") are
taken from the CSSC project. The files below this directory contain more
that 1100 tests written by James Youngman. We thank James Youngman
for providing this nice test case base that is also very useful for our
official SCCS code.

This code has been taken from CSSC-1.3.1, we introduced the following
modifications:

-	$TESTING_CSSC			was originally set to "true" for
					CSSC and to "false" for other
					software.

					$TESTING_CSSC is now set to "true" by
					our script "common/real-thing" for both
					CSSC and recent generic SCCS (this
					version of SCCS).

					Run the tests with the environment
					variable CSSC_ONLY=true to switch
					back to the original behavior.


-	Test t5 from admin/r-option.sh	tests for something to fail with
					CSSC that is expected to work with SCCS.
					As the CSSC maintainer James Youngman
					now agrees that "admin -i ..." and
					"admin -n ..." are equivalent calls,
					The related action is no longer
					expected to fail even with CSSC.

					Test "t5" has been replaced by "t5a"
					and "t5b" that test for the results
					that are expected when using SCCS.

-	admin/y-flag.sh			This script calles "test -e ..."
					but the -e option to test(1) may not
					be available with the Bourne Shell.
					For this reason, we replaced "test -e"
					by "test -r"


-	Test "fa11" from binary/auto.sh	tries to grant that a file with the
					content "x\000y\n" to cause SCCS to
					initialize a history file that is
					un-encoded. This is wrong. Leaving this
					test as it has been would cause the
					test suite to require the existence
					of a CSSC-specific bug.

					Test "fa11" has been modified to verify
					that an encoded history file is created
					instead.

					A new test "fa12" has been introduced
					that tests whether a fle with the
					content "x\001y\n" will result in an
					un-encoded history file.

-	binary/seeking.sh		contained a direct call to:
					if ( ${admin} -V 2>&1 ; echo umsp )  | grep CSSC >/dev/null
					instead of testing $TESTING_CSSC

					binary/seeking.sh now checks for
					$TESTING_CSSC to allow the test to be
					run for SCCS too.

-	year-2000/ext.sh		This test used to check for a CSSC
					specific 4-digit cut-off date extension
					that is not implemented with SCCS.

					This test has been enhanced by a test
					for a SCCS specific 4-digit cut-off date
					extension. This new test is now
					enabled by $TESTING_REAL_SCCS, the
					original test is run if
					$TESTING_REAL_CSSC is set.

Past 2011, we added the following modifications in August 2014:

-	$TESTING_SCCS_V6		This variable has been added in order
					to deal with different behavior of
					SCCS in case that SCCSv6 history files
					are used.

-	Test c3 in admin/admin-hz.sh	This test intentionally destroys the
					SCCS checsum in line 1 of the history
					file. The original code also destroys
					the V6 header and results in "V3"
					instead of "V6". The new code reverts
					this accidental effect.

-	Text C2 in admin/comment.sh	This tests checks the date/time format
					in the delta table. As the SCCSv6
					history format always uses a 4-digit
					year format, the test needs to check
					a different format whether in v4 or v6
					mode.

-	binary/auto.sh			Several tests are related to auto-uu-
					encoding of files in case that there
					is content that is unsupported by
					SCCSv4. As SCCSv6 treats everything as
					test files as long as there is no NUL
					character present, these tests need
					to be different for SCCSv6 history
					files.

-	binary/seeking.sh		This script contains more corner
					cases for text vs. binary files that
					behave different vor SCCS v4 and v6.

-	get/excl_ig_2.sh		Warns on a SCCSv6 bug with delta -gsid
					This has been removed after
					delta -gsid was made working in
					February 2015

We added the following modifications in April 2015:

-	bsd-sccs/driver-basic.sh	The "test -w file" calls have been
	bsd-sccs/sf595594.sh		replaced by "wtest -w file" calls.
	bsd-sccs/delsfile.sh		"wtest" is a shell funtion that
	get/writable.sh			uses ls -l | grep "^-r--r--r--" to
	get/middle-fail.sh		check. Needed as recent Haiku only
					allows one to run commands as root.


If you are interested in the original version of the test suite below this
directory, please have a look at the original code from CSSC written by
James Youngman.

