1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-18 05:01:01 +03:00

Update for QNX.

This commit is contained in:
Bruce Momjian
1999-12-16 16:52:53 +00:00
parent 8d49a6608a
commit 4cb1fb6f59
17 changed files with 10306 additions and 1384 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/sh
# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.34 1999/12/16 01:25:23 momjian Exp $
# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.35 1999/12/16 16:52:53 momjian Exp $
#
if [ $# -eq 0 ]
then
@@ -110,7 +110,6 @@ do
echo "----------------------"; \
echo "" ) >> regression.diffs
echo failed
echo "diff ${DIFFOPT} -C3 ${EXPECTED} results/${i}.out"
else
echo ok
fi