From 4c9219b612044be2fa32a4e5cab805edd2cb1d39 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Mon, 9 Aug 2004 22:21:04 +0000 Subject: [PATCH] added -w option to diff, so that dos unix text file differences aren't important. --- test_problems/surfkin/.cvsignore | 2 ++ test_problems/surfkin/runtest | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/test_problems/surfkin/.cvsignore b/test_problems/surfkin/.cvsignore index 1a45e2b1c..0e840135c 100644 --- a/test_problems/surfkin/.cvsignore +++ b/test_problems/surfkin/.cvsignore @@ -8,3 +8,5 @@ output.txt *.d .depends gri30.xml +surfdemo.ilk +surfkin.pdb diff --git a/test_problems/surfkin/runtest b/test_problems/surfkin/runtest index c87d005da..d13ee41dc 100755 --- a/test_problems/surfkin/runtest +++ b/test_problems/surfkin/runtest @@ -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