Skip to content

Commit 2373302

Browse files
committed
remove create.{source,sql} as they are now down in the 'sql' directory
partially split
1 parent 1452327 commit 2373302

File tree

2 files changed

+2
-767
lines changed

2 files changed

+2
-767
lines changed

src/test/regress/GNUmakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.2 1997/04/05 21:24:06 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.3 1997/04/05 21:33:24 scrappy Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -29,7 +29,7 @@ DLOBJS= regress$(DLSUFFIX)
2929
#
3030
# INFILES is the files the regression test uses for input.
3131
INFILES= $(DLOBJS) \
32-
create.sql queries.sql errors.sql destroy.sql security.sql \
32+
queries.sql errors.sql destroy.sql security.sql \
3333
expected.out
3434
#
3535
# plus exports files

0 commit comments

Comments
 (0)