Skip to content

Commit 9a4eaa9

Browse files
committed
Remove extra argument to printf().
1 parent a3bae60 commit 9a4eaa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/regress/pg_regress.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
1212
* Portions Copyright (c) 1994, Regents of the University of California
1313
*
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 $
1515
*
1616
*-------------------------------------------------------------------------
1717
*/
@@ -921,7 +921,7 @@ results_differ(const char *testname)
921921
if (strcmp(expectname, testname) != 0)
922922
{
923923
snprintf(expectfile, sizeof(expectfile), "%s/expected/%s.out",
924-
inputdir, testname, i);
924+
inputdir, testname);
925925

926926
snprintf(cmd, sizeof(cmd),
927927
SYSTEMQUOTE "diff %s \"%s\" \"%s\" > \"%s\"" SYSTEMQUOTE,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy