File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
12
12
* Portions Copyright (c) 1994, Regents of the University of California
13
13
*
14
- * $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.18 2006/08/01 14:56:29 adunstan Exp $
14
+ * $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.19 2006/08/01 18:01:36 momjian Exp $
15
15
*
16
16
*-------------------------------------------------------------------------
17
17
*/
@@ -921,7 +921,7 @@ results_differ(const char *testname)
921
921
if (strcmp (expectname , testname ) != 0 )
922
922
{
923
923
snprintf (expectfile , sizeof (expectfile ), "%s/expected/%s.out" ,
924
- inputdir , testname , i );
924
+ inputdir , testname );
925
925
926
926
snprintf (cmd , sizeof (cmd ),
927
927
SYSTEMQUOTE "diff %s \"%s\" \"%s\" > \"%s\"" SYSTEMQUOTE ,
You can’t perform that action at this time.
0 commit comments