head	1.3;
access;
symbols
	REL7_0_PATCHES:1.2.0.2
	REL7_0:1.2
	REL6_5_PATCHES:1.1.1.1.0.8
	REL6_5:1.1.1.1
	REL6_4:1.1.1.1.0.6
	release-6-3:1.1.1.1
	REL2_0B:1.1.1.1.0.4
	REL2_0:1.1.1.1
	Release_2_0_0:1.1.1.1
	Release_1_0_3:1.1.1.1.0.2
	Release_2_0:1.1.1.1
	Release_1_0_2:1.1.1.1
	PG95-1_01:1.1.1.1
	PG95_DIST:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2000.11.24.17.14.06;	author petere;	state dead;
branches;
next	1.2;

1.2
date	2000.03.25.14.44.42;	author momjian;	state Exp;
branches;
next	1.1;

1.1
date	96.07.09.06.22.30;	author scrappy;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	96.07.09.06.22.30;	author scrappy;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove obsolete test suite
@
text
@#!/bin/csh

foreach s (*.sql)
	echo "===> $s";
	psql -q -e -n $USER < $s > $s.out 2>&1;
	diff $s.out results/$s.out;
end

@


1.2
log
@More >&1 cleanups
@
text
@@


1.1
log
@Initial revision
@
text
@d5 1
a5 1
	psql -q -e -n $USER < $s >& $s.out;
@


1.1.1.1
log
@Postgres95 1.01 Distribution - Virgin Sources
@
text
@@
