1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-18 17:42:25 +03:00

Unixware patches from Billy G. Allie.

This commit is contained in:
Bruce Momjian
1998-10-04 15:38:58 +00:00
parent a593107d9e
commit 18af384bb7
3 changed files with 7 additions and 6 deletions

View File

@ -7,7 +7,7 @@
for file in `cat "$@" | grep 'failed$' | cut -d " " -f 1`
do
echo "====== $file ======"
diff -uw expected/$file.out results
diff -w expected/$file.out results
done