[Commit] fontconfig/test run-test.sh,1.1,1.2

Tor Lillqvist commit at keithp.com
Sun Jun 15 16:57:24 PDT 2003


Committed by: tml

Update of /local/src/CVS/fontconfig/test
In directory home.keithp.com:/tmp/cvs-serv23984/test

Modified Files:
	run-test.sh 
Log Message:
2003-06-15  Tor Lillqvist  <tml at iki.fi>

	* test/run-test.sh (FONTCONFIG_FILE): Remove CRs from the out file
	before comparing (needed on Windows).



Index: run-test.sh
===================================================================
RCS file: /local/src/CVS/fontconfig/test/run-test.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- run-test.sh	1 Mar 2003 05:54:42 -0000	1.1
+++ run-test.sh	15 Jun 2003 22:57:21 -0000	1.2
@@ -13,6 +13,7 @@
   $FCLIST - family pixelsize | sort >> out
   echo "=" >> out
   $FCLIST - family pixelsize | sort >> out
+  tr -d '\015' <out >out.tmp; mv out.tmp out
   if cmp out out.expected > /dev/null ; then : ; else
     echo "*** Test failed: $TEST"
     echo "*** output is in 'out', expected output in 'out.expected'"




More information about the Commit mailing list