mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-08-15 21:27:27 +00:00
- fixed tr(1) path in fulltests
- test.list is an unneeded output file
This commit is contained in:
@@ -11,7 +11,7 @@ set raw_file="/tmp/rawlist"
|
|||||||
set result_file="test.list"
|
set result_file="test.list"
|
||||||
|
|
||||||
# Location of tr command that knows how to handle classes
|
# 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 ---
|
# --- Begin the tests ---
|
||||||
|
|
||||||
|
@@ -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
|
|
Reference in New Issue
Block a user