We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1452327 commit 2373302Copy full SHA for 2373302
src/test/regress/GNUmakefile
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.2 1997/04/05 21:24:06 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.3 1997/04/05 21:33:24 scrappy Exp $
11
12
#-------------------------------------------------------------------------
13
@@ -29,7 +29,7 @@ DLOBJS= regress$(DLSUFFIX)
29
30
# INFILES is the files the regression test uses for input.
31
INFILES= $(DLOBJS) \
32
- create.sql queries.sql errors.sql destroy.sql security.sql \
+ queries.sql errors.sql destroy.sql security.sql \
33
expected.out
34
35
# plus exports files
0 commit comments