Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf39bf16

Browse files
committed
Change from -u to -wC3 ...
1 parentb5b3735 commitf39bf16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/test/regress/regress.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.16 1998/02/24 15:56:45 scrappy Exp $
2+
# $Header: /cvsroot/pgsql/src/test/regress/Attic/regress.sh,v 1.17 1998/02/25 15:02:18 scrappy Exp $
33
#
44
ifecho'\c'| grep -s c>/dev/null2>&1
55
then
@@ -55,7 +55,7 @@ do
5555

5656
if [`diff${EXPECTED} results/${i}.out| wc -l`-ne 0 ]
5757
then
58-
( diff -u${EXPECTED} results/${i}.out; \
58+
( diff -wC3${EXPECTED} results/${i}.out; \
5959
echo""; \
6060
echo"----------------------"; \
6161
echo"" )>> regression.diffs

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp