mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-21 23:29:16 +00:00
- changed location of tr(1)
- test.list is not needed
This commit is contained in:
parent
014dce9114
commit
6fcd3ab994
@ -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 ---
|
||||
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user