added -w option to diff, so that dos unix text file differences
aren't important.
This commit is contained in:
parent
17c1a14ea9
commit
4c9219b612
2 changed files with 3 additions and 1 deletions
|
|
@ -8,3 +8,5 @@ output.txt
|
|||
*.d
|
||||
.depends
|
||||
gri30.xml
|
||||
surfdemo.ilk
|
||||
surfkin.pdb
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ then
|
|||
fi
|
||||
|
||||
|
||||
diff output.txt output_blessed.txt > diff_test.out
|
||||
diff -w output.txt output_blessed.txt > diff_test.out
|
||||
retnStat=$?
|
||||
if [ $retnStat = "0" ]
|
||||
then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue