mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
6e34560128
PR: ports/65116 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer)
22 lines
517 B
Plaintext
22 lines
517 B
Plaintext
--- test/go.run-test.orig Tue Mar 4 12:51:40 2003
|
|
+++ test/go.run-test Sat Apr 3 16:46:12 2004
|
|
@@ -6,6 +6,9 @@
|
|
# $Header: /home/srilm/devel/test/RCS/go.run-test,v 1.11 2003/03/04 04:51:27 stolcke Exp $
|
|
#
|
|
|
|
+PATH=$PATH:$WRKSRC/bin:$WRKSRC/bin/freebsd
|
|
+export PATH
|
|
+
|
|
dir=$1
|
|
|
|
if [ -z "$MACHINE_TYPE" ]; then
|
|
@@ -16,7 +19,7 @@
|
|
|
|
#diff=cmp
|
|
# ignore different whitespace and EOL conventions
|
|
-diff="gawk -f compare-outputs 2>/dev/null"
|
|
+diff="awk -f compare-outputs 2>/dev/null"
|
|
|
|
test -d output || mkdir output
|
|
|