From a26d64bf05f1fdf7cf01885efa8f6a137d676b4f Mon Sep 17 00:00:00 2001 From: gdr-ftp Date: Wed, 11 Mar 1998 05:28:01 +0000 Subject: [PATCH] The 'fulltests' script is now located in gno/build.tools --- bin/cat/tests/fulltests | 29 ----------------------------- bin/head/tests/fulltests | 29 ----------------------------- bin/kill/tests/fulltests | 29 ----------------------------- bin/pwd/tests/fulltests | 29 ----------------------------- bin/sleep/tests/fulltests | 29 ----------------------------- bin/split/tests/fulltests | 29 ----------------------------- bin/tail/tests/fulltests | 29 ----------------------------- bin/uname/tests/fulltests | 29 ----------------------------- bin/uniq/tests/fulltests | 29 ----------------------------- bin/wc/tests/fulltests | 29 ----------------------------- bin/yes/tests/fulltests | 29 ----------------------------- usr.bin/catrez/tests/fulltests | 29 ----------------------------- usr.bin/cksum/tests/fulltests | 29 ----------------------------- usr.bin/colcrt/tests/fulltests | 29 ----------------------------- usr.bin/cut/tests/fulltests | 29 ----------------------------- usr.bin/lseg/tests/fulltests | 29 ----------------------------- usr.bin/sed/tests/fulltests | 29 ----------------------------- usr.bin/tr/tests/fulltests | 29 ----------------------------- 18 files changed, 522 deletions(-) delete mode 100644 bin/cat/tests/fulltests delete mode 100644 bin/head/tests/fulltests delete mode 100644 bin/kill/tests/fulltests delete mode 100644 bin/pwd/tests/fulltests delete mode 100644 bin/sleep/tests/fulltests delete mode 100644 bin/split/tests/fulltests delete mode 100644 bin/tail/tests/fulltests delete mode 100644 bin/uname/tests/fulltests delete mode 100644 bin/uniq/tests/fulltests delete mode 100644 bin/wc/tests/fulltests delete mode 100644 bin/yes/tests/fulltests delete mode 100644 usr.bin/catrez/tests/fulltests delete mode 100644 usr.bin/cksum/tests/fulltests delete mode 100755 usr.bin/colcrt/tests/fulltests delete mode 100644 usr.bin/cut/tests/fulltests delete mode 100644 usr.bin/lseg/tests/fulltests delete mode 100644 usr.bin/sed/tests/fulltests delete mode 100644 usr.bin/tr/tests/fulltests diff --git a/bin/cat/tests/fulltests b/bin/cat/tests/fulltests deleted file mode 100644 index 24b51f5..0000000 --- a/bin/cat/tests/fulltests +++ /dev/null @@ -1,29 +0,0 @@ -# gsh script to run tests and collect results -# Written by Dave Tribby * August 1997 -# $Id: fulltests,v 1.3 1997/10/03 03:58:54 gdr Exp $ - -# Name of gsh script containing test cases -set command="dotests" -# Sometimes the file type is modified by editing; make it executable -chtyp -l exec $command - -# Filenames for raw and modified results -set raw_file="/tmp/rawlist" -set result_file="test.list" - -# Location of tr command that knows how to handle classes -set trcmd="/src/gno/usr.bin/tr/tr" - -# --- Begin the tests --- - -echo -n "Executing test script \"$command\" from directory " -pwd - -# Create a new gsh invocation and record all I/O -echo "$command ; exit" | script $raw_file - -# Cleanup control chars using either of the following... -echo "Done with tests. Removing control characters from results file" -$trcmd -c -ds '[:print:]\r' '\r' < $raw_file > $result_file - -echo "Tests results have been saved as \"$result_file\"" diff --git a/bin/head/tests/fulltests b/bin/head/tests/fulltests deleted file mode 100644 index f514582..0000000 --- a/bin/head/tests/fulltests +++ /dev/null @@ -1,29 +0,0 @@ -# gsh script to run tests and collect results -# Written by Dave Tribby * August 1997 -# $Id: fulltests,v 1.3 1997/10/03 03:56:35 gdr Exp $ - -# Name of gsh script containing test cases -set command="dotests" -# Sometimes the file type is modified by editing; make it executable -chtyp -l exec $command - -# Filenames for raw and modified results -set raw_file="/tmp/rawlist" -set result_file="test.list" - -# Location of tr command that knows how to handle classes -set trcmd="/src/gno/usr.bin/tr/tr" - -# --- Begin the tests --- - -echo -n "Executing test script \"$command\" from directory " -pwd - -# Create a new gsh invocation and record all I/O -echo "$command ; exit" | script $raw_file - -# Cleanup control chars using either of the following... -echo "Done with tests. Removing control characters from results file" -$trcmd -c -ds '[:print:]\r' '\r' < $raw_file > $result_file - -echo "Tests results have been saved as \"$result_file\"" diff --git a/bin/kill/tests/fulltests b/bin/kill/tests/fulltests deleted file mode 100644 index e8a77c2..0000000 --- a/bin/kill/tests/fulltests +++ /dev/null @@ -1,29 +0,0 @@ -# gsh script to run tests and collect results -# Written by Dave Tribby * August 1997 -# $Id: fulltests,v 1.1 1998/02/08 23:47:12 tribby Exp $ - -# Name of gsh script containing test cases -set command="dotests" -# Sometimes the file type is modified by editing; make it executable -chtyp -l exec $command - -# Filenames for raw and modified results -set raw_file="/tmp/rawlist" -set result_file="test.list" - -# Location of tr command that knows how to handle classes -set trcmd="/src/gno/usr.bin/tr/tr" - -# --- Begin the tests --- - -echo -n "Executing test script \"$command\" from directory " -pwd - -# Create a new gsh invocation and record all I/O -echo "$command ; exit" | script $raw_file - -# Cleanup control chars using either of the following... -echo "Done with tests. Removing control characters from results file" -$trcmd -c -ds '[:print:]\r' '\r' < $raw_file > $result_file - -echo "Tests results have been saved as \"$result_file\"" diff --git a/bin/pwd/tests/fulltests b/bin/pwd/tests/fulltests deleted file mode 100644 index 60cfd52..0000000 --- a/bin/pwd/tests/fulltests +++ /dev/null @@ -1,29 +0,0 @@ -# gsh script to run tests and collect results -# Written by Dave Tribby * August 1997 -# $Id: fulltests,v 1.1 1997/10/03 04:02:40 gdr Exp $ - -# Name of gsh script containing test cases -set command="dotests" -# Sometimes the file type is modified by editing; make it executable -chtyp -l exec $command - -# Filenames for raw and modified results -set raw_file="/tmp/rawlist" -set result_file="test.list" - -# Location of tr command that knows how to handle classes -set trcmd="/src/gno/usr.bin/tr/tr" - -# --- Begin the tests --- - -echo -n "Executing test script \"$command\" from directory " -pwd - -# Create a new gsh invocation and record all I/O -echo "$command ; exit" | script $raw_file - -# Cleanup control chars using either of the following... -echo "Done with tests. Removing control characters from results file" -$trcmd -c -ds '[:print:]\r' '\r' < $raw_file > $result_file - -echo "Tests results have been saved as \"$result_file\"" diff --git a/bin/sleep/tests/fulltests b/bin/sleep/tests/fulltests deleted file mode 100644 index ad22a5f..0000000 --- a/bin/sleep/tests/fulltests +++ /dev/null @@ -1,29 +0,0 @@ -# gsh script to run tests and collect results -# Written by Dave Tribby * August 1997 -# $Id: fulltests,v 1.1 1997/10/03 04:02:41 gdr Exp $ - -# Name of gsh script containing test cases -set command="dotests" -# Sometimes the file type is modified by editing; make it executable -chtyp -l exec $command - -# Filenames for raw and modified results -set raw_file="/tmp/rawlist" -set result_file="test.list" - -# Location of tr command that knows how to handle classes -set trcmd="/src/gno/usr.bin/tr/tr" - -# --- Begin the tests --- - -echo -n "Executing test script \"$command\" from directory " -pwd - -# Create a new gsh invocation and record all I/O -echo "$command ; exit" | script $raw_file - -# Cleanup control chars using either of the following... -echo "Done with tests. Removing control characters from results file" -$trcmd -c -ds '[:print:]\r' '\r' < $raw_file > $result_file - -echo "Tests results have been saved as \"$result_file\"" diff --git a/bin/split/tests/fulltests b/bin/split/tests/fulltests deleted file mode 100644 index 4e63602..0000000 --- a/bin/split/tests/fulltests +++ /dev/null @@ -1,29 +0,0 @@ -# gsh script to run tests and collect results -# Written by Dave Tribby * August 1997 -# $Id: fulltests,v 1.1 1997/12/02 05:15:26 gdr Exp $ - -# Name of gsh script containing test cases -set command="dotests" -# Sometimes the file type is modified by editing; make it executable -chtyp -l exec $command - -# Filenames for raw and modified results -set raw_file="/tmp/rawlist" -set result_file="test.list" - -# Location of tr command that knows how to handle classes -set trcmd="/src/gno/usr.bin/tr/tr" - -# --- Begin the tests --- - -echo -n "Executing test script \"$command\" from directory " -pwd - -# Create a new gsh invocation and record all I/O -echo "$command ; exit" | script $raw_file - -# Cleanup control chars using either of the following... -echo "Done with tests. Removing control characters from results file" -$trcmd -c -ds '[:print:]\r' '\r' < $raw_file > $result_file - -echo "Tests results have been saved as \"$result_file\"" diff --git a/bin/tail/tests/fulltests b/bin/tail/tests/fulltests deleted file mode 100644 index b4a72c1..0000000 --- a/bin/tail/tests/fulltests +++ /dev/null @@ -1,29 +0,0 @@ -# gsh script to run tests and collect results -# Written by Dave Tribby * August 1997 -# $Id: fulltests,v 1.3 1997/10/03 03:52:26 gdr Exp $ - -# Name of gsh script containing test cases -set command="dotests" -# Sometimes the file type is modified by editing; make it executable -chtyp -l exec $command - -# Filenames for raw and modified results -set raw_file="/tmp/rawlist" -set result_file="test.list" - -# Location of tr command that knows how to handle classes -set trcmd="/src/gno/usr.bin/tr/tr" - -# --- Begin the tests --- - -echo -n "Executing test script \"$command\" from directory " -pwd - -# Create a new gsh invocation and record all I/O -echo "$command ; exit" | script $raw_file - -# Cleanup control chars using either of the following... -echo "Done with tests. Removing control characters from results file" -$trcmd -c -ds '[:print:]\r' '\r' < $raw_file > $result_file - -echo "Tests results have been saved as \"$result_file\"" diff --git a/bin/uname/tests/fulltests b/bin/uname/tests/fulltests deleted file mode 100644 index 1cb9ef1..0000000 --- a/bin/uname/tests/fulltests +++ /dev/null @@ -1,29 +0,0 @@ -# gsh script to run tests and collect results -# Written by Dave Tribby * August 1997 -# $Id: fulltests,v 1.2 1998/03/08 17:24:34 gdr-ftp Exp $ - -# Name of gsh script containing test cases -set command="dotests" -# Sometimes the file type is modified by editing; make it executable -chtyp -l exec $command - -# Filenames for raw and modified results -set raw_file="/tmp/rawlist" -set result_file="test.list" - -# Location of tr command that knows how to handle classes -set trcmd="/obj/gno/usr.bin/tr/tr" - -# --- Begin the tests --- - -echo -n "Executing test script \"$command\" from directory " -pwd - -# Create a new gsh invocation and record all I/O -echo "$command ; exit" | script $raw_file - -# Cleanup control chars using either of the following... -echo "Done with tests. Removing control characters from results file" -$trcmd -c -ds '[:print:]\r' '\r' < $raw_file > $result_file - -echo "Tests results have been saved as \"$result_file\"" diff --git a/bin/uniq/tests/fulltests b/bin/uniq/tests/fulltests deleted file mode 100644 index 4e63602..0000000 --- a/bin/uniq/tests/fulltests +++ /dev/null @@ -1,29 +0,0 @@ -# gsh script to run tests and collect results -# Written by Dave Tribby * August 1997 -# $Id: fulltests,v 1.1 1997/12/02 05:15:26 gdr Exp $ - -# Name of gsh script containing test cases -set command="dotests" -# Sometimes the file type is modified by editing; make it executable -chtyp -l exec $command - -# Filenames for raw and modified results -set raw_file="/tmp/rawlist" -set result_file="test.list" - -# Location of tr command that knows how to handle classes -set trcmd="/src/gno/usr.bin/tr/tr" - -# --- Begin the tests --- - -echo -n "Executing test script \"$command\" from directory " -pwd - -# Create a new gsh invocation and record all I/O -echo "$command ; exit" | script $raw_file - -# Cleanup control chars using either of the following... -echo "Done with tests. Removing control characters from results file" -$trcmd -c -ds '[:print:]\r' '\r' < $raw_file > $result_file - -echo "Tests results have been saved as \"$result_file\"" diff --git a/bin/wc/tests/fulltests b/bin/wc/tests/fulltests deleted file mode 100644 index a08b2f2..0000000 --- a/bin/wc/tests/fulltests +++ /dev/null @@ -1,29 +0,0 @@ -# gsh script to run tests and collect results -# Written by Dave Tribby * August 1997 -# $Id: fulltests,v 1.3 1997/10/03 03:47:18 gdr Exp $ - -# Name of gsh script containing test cases -set command="dotests" -# Sometimes the file type is modified by editing; make it executable -chtyp -l exec $command - -# Filenames for raw and modified results -set raw_file="/tmp/rawlist" -set result_file="test.list" - -# Location of tr command that knows how to handle classes -set trcmd="/src/gno/usr.bin/tr/tr" - -# --- Begin the tests --- - -echo -n "Executing test script \"$command\" from directory " -pwd - -# Create a new gsh invocation and record all I/O -echo "$command ; exit" | script $raw_file - -# Cleanup control chars using either of the following... -echo "Done with tests. Removing control characters from results file" -$trcmd -c -ds '[:print:]\r' '\r' < $raw_file > $result_file - -echo "Tests results have been saved as \"$result_file\"" diff --git a/bin/yes/tests/fulltests b/bin/yes/tests/fulltests deleted file mode 100644 index 6d7c06d..0000000 --- a/bin/yes/tests/fulltests +++ /dev/null @@ -1,29 +0,0 @@ -# gsh script to run tests and collect results -# Written by Dave Tribby * August 1997 -# $Id: fulltests,v 1.1 1997/10/03 04:05:02 gdr Exp $ - -# Name of gsh script containing test cases -set command="dotests" -# Sometimes the file type is modified by editing; make it executable -chtyp -l exec $command - -# Filenames for raw and modified results -set raw_file="/tmp/rawlist" -set result_file="test.list" - -# Location of tr command that knows how to handle classes -set trcmd="/src/gno/usr.bin/tr/tr" - -# --- Begin the tests --- - -echo -n "Executing test script \"$command\" from directory " -pwd - -# Create a new gsh invocation and record all I/O -echo "$command ; exit" | script $raw_file - -# Cleanup control chars using either of the following... -echo "Done with tests. Removing control characters from results file" -$trcmd -c -ds '[:print:]\r' '\r' < $raw_file > $result_file - -echo "Tests results have been saved as \"$result_file\"" diff --git a/usr.bin/catrez/tests/fulltests b/usr.bin/catrez/tests/fulltests deleted file mode 100644 index 2ad0a69..0000000 --- a/usr.bin/catrez/tests/fulltests +++ /dev/null @@ -1,29 +0,0 @@ -# gsh script to run tests and collect results -# Written by Dave Tribby * August 1997 -# $Id: fulltests,v 1.2 1998/03/08 17:31:05 gdr-ftp Exp $ - -# Name of gsh script containing test cases -set command="dotests" -# Sometimes the file type is modified by editing; make it executable -chtyp -l exec $command - -# Filenames for raw and modified results -set raw_file="/tmp/rawlist" -set result_file="test.list" - -# Location of tr command that knows how to handle classes -set trcmd="/obj/gno/usr.bin/tr/tr" - -# --- Begin the tests --- - -echo -n "Executing test script \"$command\" from directory " -pwd - -# Create a new gsh invocation and record all I/O -echo "$command ; exit" | script $raw_file - -# Cleanup control chars using either of the following... -echo "Done with tests. Removing control characters from results file" -$trcmd -c -ds '[:print:]\r' '\r' < $raw_file > $result_file - -echo "Tests results have been saved as \"$result_file\"" diff --git a/usr.bin/cksum/tests/fulltests b/usr.bin/cksum/tests/fulltests deleted file mode 100644 index 17f1987..0000000 --- a/usr.bin/cksum/tests/fulltests +++ /dev/null @@ -1,29 +0,0 @@ -# gsh script to run tests and collect results -# Written by Dave Tribby * August 1997 -# $Id: fulltests,v 1.3 1998/02/18 19:01:52 tribby Exp $ - -# Name of gsh script containing test cases -set command="dotests" -# Sometimes the file type is modified by editing; make it executable -chtyp -l exec $command - -# Filenames for raw and modified results -set raw_file="/tmp/rawlist" -set result_file="test.list" - -# Location of tr command that knows how to handle classes -set trcmd="/dist/bin/tr" - -# --- Begin the tests --- - -echo -n "Executing test script \"$command\" from directory " -pwd - -# Create a new gsh invocation and record all I/O -echo "$command ; exit" | script $raw_file - -# Clean up control characters -echo "Done with tests. Removing control characters from results file" -$trcmd -c -ds '[:print:]\r' '\r' < $raw_file > $result_file - -echo "Tests results have been saved as \"$result_file\"" diff --git a/usr.bin/colcrt/tests/fulltests b/usr.bin/colcrt/tests/fulltests deleted file mode 100755 index 5b5e1a1..0000000 --- a/usr.bin/colcrt/tests/fulltests +++ /dev/null @@ -1,29 +0,0 @@ -# gsh script to run tests and collect results -# Written by Dave Tribby * August 1997 -# $Id: fulltests,v 1.2 1998/03/08 17:36:38 gdr-ftp Exp $ - -# Name of gsh script containing test cases -set command="dotests" -# Sometimes the file type is modified by editing; make it executable -chtyp -l exec $command - -# Filenames for raw and modified results -set raw_file="/tmp/rawlist" -set result_file="test.list" - -# Location of tr command that knows how to handle classes -set trcmd="/obj/gno/usr.bin/tr/tr" - -# --- Begin the tests --- - -echo -n "Executing test script \"$command\" from directory " -pwd - -# Create a new gsh invocation and record all I/O -echo "$command ; exit" | script $raw_file - -# Cleanup control chars using either of the following... -echo "Done with tests. Removing control characters from results file" -$trcmd -c -ds '[:print:]\r' '\r' < $raw_file > $result_file - -echo "Tests results have been saved as \"$result_file\"" diff --git a/usr.bin/cut/tests/fulltests b/usr.bin/cut/tests/fulltests deleted file mode 100644 index 6c51fe6..0000000 --- a/usr.bin/cut/tests/fulltests +++ /dev/null @@ -1,29 +0,0 @@ -# gsh script to run tests and collect results -# Written by Dave Tribby * August 1997 -# $Id: fulltests,v 1.3 1997/10/03 04:06:35 gdr Exp $ - -# Name of gsh script containing test cases -set command="dotests" -# Sometimes the file type is modified by editing; make it executable -chtyp -l exec $command - -# Filenames for raw and modified results -set raw_file="/tmp/rawlist" -set result_file="test.list" - -# Location of tr command that knows how to handle classes -set trcmd="/src/gno/usr.bin/tr/tr" - -# --- Begin the tests --- - -echo -n "Executing test script \"$command\" from directory " -pwd - -# Create a new gsh invocation and record all I/O -echo "$command ; exit" | script $raw_file - -# Cleanup control chars using either of the following... -echo "Done with tests. Removing control characters from results file" -$trcmd -c -ds '[:print:]\r' '\r' < $raw_file > $result_file - -echo "Tests results have been saved as \"$result_file\"" diff --git a/usr.bin/lseg/tests/fulltests b/usr.bin/lseg/tests/fulltests deleted file mode 100644 index 967189c..0000000 --- a/usr.bin/lseg/tests/fulltests +++ /dev/null @@ -1,29 +0,0 @@ -# gsh script to run tests and collect results -# Written by Dave Tribby * September 1997 -# $Id: fulltests,v 1.2 1998/03/08 17:43:49 gdr-ftp Exp $ - -# Name of gsh script containing test cases -set command="dotests" -# Sometimes the file type is modified by editing; make it executable -chtyp -l exec $command - -# Filenames for raw and modified results -set raw_file="/tmp/rawlist" -set result_file="test.list" - -# Location of tr command that knows how to handle classes -set trcmd="/obj/gno/usr.bin/tr/tr" - -# --- Begin the tests --- - -echo -n "Executing test script \"$command\" from directory " -pwd - -# Create a new gsh invocation and record all I/O -echo "$command ; exit" | script $raw_file - -# Cleanup control chars using either of the following... -echo "Done with tests. Removing control characters from results file" -$trcmd -c -ds '[:print:]\r' '\r' < $raw_file > $result_file - -echo "Tests results have been saved as \"$result_file\"" diff --git a/usr.bin/sed/tests/fulltests b/usr.bin/sed/tests/fulltests deleted file mode 100644 index 75ad532..0000000 --- a/usr.bin/sed/tests/fulltests +++ /dev/null @@ -1,29 +0,0 @@ -# gsh script to run tests and collect results -# Written by Dave Tribby * August 1997 -# $Id: fulltests,v 1.1 1997/11/17 04:27:01 gdr Exp $ - -# Name of gsh script containing test cases -set command="dotests" -# Sometimes the file type is modified by editing; make it executable -chtyp -l exec $command - -# Filenames for raw and modified results -set raw_file="/tmp/rawlist" -set result_file="test.list" - -# Location of tr command that knows how to handle classes -set trcmd="/src/gno/usr.bin/tr/tr" - -# --- Begin the tests --- - -echo -n "Executing test script \"$command\" from directory " -pwd - -# Create a new gsh invocation and record all I/O -echo "$command ; exit" | script $raw_file - -# Cleanup control chars using either of the following... -echo "Done with tests. Removing control characters from results file" -$trcmd -c -ds '[:print:]\r' '\r' < $raw_file > $result_file - -echo "Tests results have been saved as \"$result_file\"" diff --git a/usr.bin/tr/tests/fulltests b/usr.bin/tr/tests/fulltests deleted file mode 100644 index 7d1a563..0000000 --- a/usr.bin/tr/tests/fulltests +++ /dev/null @@ -1,29 +0,0 @@ -# gsh script to run tests and collect results -# Written by Dave Tribby * August 1997 -# $Id: fulltests,v 1.4 1998/03/08 17:49:45 gdr-ftp Exp $ - -# Name of gsh script containing test cases -set command="dotests" -# Sometimes the file type is modified by editing; make it executable -chtyp -l exec $command - -# Filenames for raw and modified results -set raw_file="/tmp/rawlist" -set result_file="test.list" - -# Location of tr command that knows how to handle classes -set trcmd="/obj/gno/usr.bin/tr/tr" - -# --- Begin the tests --- - -echo -n "Executing test script \"$command\" from directory " -pwd - -# Create a new gsh invocation and record all I/O -echo "$command ; exit" | script $raw_file - -# Cleanup control chars using either of the following... -echo "Done with tests. Removing control characters from results file" -$trcmd -c -ds '[:print:]\r' '\r' < $raw_file > $result_file - -echo "Tests results have been saved as \"$result_file\""