From 6fd352e14a3955555c6c2e8790c6aad490d959e2 Mon Sep 17 00:00:00 2001 From: gdr Date: Fri, 26 Sep 1997 06:18:10 +0000 Subject: [PATCH] - fixed tr(1) path in fulltests - test.list is an unneeded output file --- bin/head/tests/fulltests | 2 +- bin/head/tests/test.list | 63 ---------------------------------------- 2 files changed, 1 insertion(+), 64 deletions(-) delete mode 100644 bin/head/tests/test.list diff --git a/bin/head/tests/fulltests b/bin/head/tests/fulltests index 0eea615..134bc12 100644 --- a/bin/head/tests/fulltests +++ b/bin/head/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/head/tests/test.list b/bin/head/tests/test.list deleted file mode 100644 index 4a79a06..0000000 --- a/bin/head/tests/test.list +++ /dev/null @@ -1,63 +0,0 @@ -Script started on: Mon Sep 01 15:03:17 1997 -[61] test=> dotests ; exit -Testing command ../head beginning at Mon Sep 1 15:03:29 1997 -Listing first ten lines (default) of file500.txt - ==> 593 stack bytes used <== - Completion status = 0 -Checking results against control file f500.10l (no differences expected) - Completion status = 0 - -Listing first ten lines (default) of file500.txt using stdin - ==> 589 stack bytes used <== - Completion status = 0 -Checking results against control file f500.10l (no differences expected) - Completion status = 0 - -Listing first ten lines (explicit) of file500.txt - ==> 589 stack bytes used <== - Completion status = 0 -Checking results against control file f500.10l (no differences expected) - Completion status = 0 - -Listing first ten lines (obsolescent) of file500.txt - ==> 589 stack bytes used <== - Completion status = 0 -Checking results against control file f500.10l (no differences expected) - Completion status = 0 - -Listing first 90 chars of file500.txt - ==> 666 stack bytes used <== - Completion status = 0 -Checking results against control file f500.90c (no differences expected) - Completion status = 0 - -Listing first 3 lines of f*.* - ==> 790 stack bytes used <== - Completion status = 0 -Checking results against control file multi.out (no differences expected) - Completion status = 0 - -***** Error Messages ***** - -Expected error: illegal option -head: illegal option -- x -usage: head [-n lines | -c bytes] [file ...] - head [-count] [file ...] - ==> 1837 stack bytes used <== - Error completion status = 1 (expected: 1) - -Expected error: illegal byte count -head: illegal byte count -- 12x - ==> 1854 stack bytes used <== - Error completion status = 1 (expected: 1) - -Expected error: can't combine line and byte counts -head: can't combine line and byte counts - ==> 1850 stack bytes used <== - Error completion status = 1 (expected: 1) - -Expected error: badname: no such file or directory -head: badname: no such file or directory - ==> 1852 stack bytes used <== - Error completion status = 1 (expected: 1) -Script done on: Mon Sep 01 15:04:17 1997