From 6fcd3ab994bb510437b4d2bed122c64dfcc1854a Mon Sep 17 00:00:00 2001 From: gdr Date: Fri, 26 Sep 1997 06:25:23 +0000 Subject: [PATCH] - changed location of tr(1) - test.list is not needed --- bin/wc/tests/fulltests | 2 +- bin/wc/tests/test.list | 58 ------------------------------------------ 2 files changed, 1 insertion(+), 59 deletions(-) delete mode 100644 bin/wc/tests/test.list diff --git a/bin/wc/tests/fulltests b/bin/wc/tests/fulltests index 0eea615..134bc12 100644 --- a/bin/wc/tests/fulltests +++ b/bin/wc/tests/fulltests @@ -11,7 +11,7 @@ set raw_file="/tmp/rawlist" set result_file="test.list" # Location of tr command that knows how to handle classes -set trcmd="/src/usr.bin/tr/tr" +set trcmd="/src/gno/usr.bin/tr/tr" # --- Begin the tests --- diff --git a/bin/wc/tests/test.list b/bin/wc/tests/test.list deleted file mode 100644 index 901699f..0000000 --- a/bin/wc/tests/test.list +++ /dev/null @@ -1,58 +0,0 @@ -Script started on: Mon Sep 01 15:07:57 1997 -[61] test=> dotests ; exit -Testing command ../wc beginning at Mon Sep 1 15:08:09 1997 -Counting bytes, lines, and words (default) of file500.txt - ==> 872 stack bytes used <== - Completion status = 0 -Checking results against control file f500.clw (no differences expected) - Completion status = 0 - -Counting bytes, lines, and words (explicit) of file500.txt - ==> 872 stack bytes used <== - Completion status = 0 -Checking results against control file f500.clw (no differences expected) - Completion status = 0 - -Counting bytes, lines, and words (default) of file500.txt using stdin - ==> 872 stack bytes used <== - Completion status = 0 -Checking results against control file f500.clwB (no differences expected) - Completion status = 0 - -Counting bytes of file500.txt - ==> 872 stack bytes used <== - Completion status = 0 -Checking results against control file f500.c (no differences expected) - Completion status = 0 - -Counting lines of file500.txt - ==> 872 stack bytes used <== - Completion status = 0 -Checking results against control file f500.l (no differences expected) - Completion status = 0 - -Counting words of file500.txt - ==> 872 stack bytes used <== - Completion status = 0 -Checking results against control file f500.w (no differences expected) - Completion status = 0 - -Counting bytes, lines, and words (default) of f*.* - ==> 872 stack bytes used <== - Completion status = 0 -Checking results against control file multi.clw (no differences expected) - Completion status = 0 - -***** Error Messages ***** - -Expected error: illegal option -wc: illegal option -- x -usage: wc [-clw] [files] - ==> 1827 stack bytes used <== - Error completion status = 1 (expected: 1) - -Expected error: badname: no such file or directory -wc: badname: open: no such file or directory - ==> 1938 stack bytes used <== - Error completion status = 1 (expected: 1) -Script done on: Mon Sep 01 15:09:13 1997