From cf2e1b8db9c46e4cccaac4d87b8febb806e5bab4 Mon Sep 17 00:00:00 2001 From: gdr-ftp Date: Tue, 28 Apr 1998 05:08:38 +0000 Subject: [PATCH] dotests: - updated paths to sed and the split binary under test --- bin/split/tests/dotests | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/split/tests/dotests b/bin/split/tests/dotests index 8a99ff5..9649d69 100644 --- a/bin/split/tests/dotests +++ b/bin/split/tests/dotests @@ -1,16 +1,16 @@ # Tests for split command; invoked by command file "fulltests" # Written by Dave Tribby (November 1997) -# $Id: dotests,v 1.1 1997/12/02 05:15:26 gdr Exp $ +# $Id: dotests,v 1.2 1998/04/28 05:08:38 gdr-ftp Exp $ # Location of the split command to be tested -set testcmd="../split" +set testcmd="/obj/gno/bin/split/split" # Location of binary and ASCII files used in test set bfile="$testcmd" set afile="../split.c" # Location of sed command (used to strip unwanted blanks at end of echo) -set sedcmd="/src/gno/usr.bin/sed/sed" +set sedcmd="/obj/gno/usr.bin/sed/sed" # Alias for rm command alias rm "cp -p rm"