diff --git a/usr.bin/cksum/tests/dotests b/usr.bin/cksum/tests/dotests index 10c08b2..7e16e71 100644 --- a/usr.bin/cksum/tests/dotests +++ b/usr.bin/cksum/tests/dotests @@ -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" diff --git a/usr.bin/cksum/tests/fulltests b/usr.bin/cksum/tests/fulltests index 00e6d27..da6c556 100644 --- a/usr.bin/cksum/tests/fulltests +++ b/usr.bin/cksum/tests/fulltests @@ -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 ---