Changes to get it to pass on VC++

This commit is contained in:
Harry Moffat 2009-08-01 01:01:11 +00:00
parent 0f419a7a7a
commit e88adcab71

View file

@ -2,7 +2,7 @@
#
#
temp_success="1"
/bin/rm -f output_0.txt diff_csv.txt diff_out_0.txt
/bin/rm -f output_0.txt diff_csv.txt diff_out_0.txt output.txt output_a.txt
##########################################################################
@ -28,7 +28,10 @@ then
echo "$prog returned with bad status, $retnStat, check output"
fi
diff -w output_0_blessed.txt output_0.txt > diff_out_0.txt
${CANTERA_BIN}/exp3to2.sh output_0.txt > output_a.txt
cat output_a.txt | sed /'press any key'/d > output.txt
diff -w output_0_blessed.txt output.txt > diff_out_0.txt
retnStat_0=$?