- assume the program under test is in the /obj hierarchy rather
	  than the parent directory
fulltests:
	- use tr(1) out of /dist/bin instead of the /src directory
This commit is contained in:
gdr-ftp 1998-02-15 00:22:31 +00:00
parent 307e87bf3e
commit 3424f81f7c
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# Tests for cksum command; invoked by command file "fulltests"
# Written by Dave Tribby (January 1998)
# $Id: dotests,v 1.1 1998/01/16 04:16:16 gdr Exp $
# $Id: dotests,v 1.2 1998/02/15 00:22:30 gdr-ftp Exp $
# Location of the cksum command to be tested
set testcmd="../cksum"
set testcmd="/obj/gno/usr.bin/cksum/cksum"
# Record starting time
echo -n "Testing command $testcmd beginning at"

View File

@ -1,6 +1,6 @@
# gsh script to run tests and collect results
# Written by Dave Tribby * August 1997
# $Id: fulltests,v 1.1 1998/01/16 04:16:16 gdr Exp $
# $Id: fulltests,v 1.2 1998/02/15 00:22:31 gdr-ftp Exp $
# Name of gsh script containing test cases
set command="dotests"
@ -12,7 +12,7 @@ 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"
set trcmd="/dist/bin/tr"
# --- Begin the tests ---