|
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/0114:56:29 adunstan Exp $ |
| 14 | + * $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.19 2006/08/0118: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, |
|