A2osX/TESTS/TESTSETUP.txt

28 lines
622 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

NEW
PREFIX
AUTO 4,1
#!/BIN/SH
#
# This script makes the support files needed for various
# tests such as CATTEST.
#
# This Creates the CATTEXT file used by CATTEST
#
ECHO "This is Line 1" > CATTEXT
ECHO "------------------" >> CATTEXT
ECHO >> CATTEXT
ECHO >> CATTEXT
ECHO >> CATTEXT
ECHO >> CATTEXT
ECHO "------------------" >> CATTEXT
ECHO "This is Line 8" >> CATTEXT
#
# This Creates the CATCHARS file used by CATTEST
#
ECHO "\x00\x01\x02\x03\x04" > CATCHARS
ECHO "\x05\x06\x07\x08\x09" >> CATCHARS
ECHO "\x0A\x0B\x0C\x0D\x00" >> CATCHARS
MAN
TEXT /MAKE/USR/SHARE/TESTS/TESTSETUP