[FriBidi-commit] fribidi2/test Makefile.am,1.4,1.5
Behdad Esfahbod
behdad at freedesktop.org
Tue Nov 15 12:04:17 PST 2005
Update of /cvs/fribidi/fribidi2/test
In directory gabe:/tmp/cvs-serv2780
Modified Files:
Makefile.am
Log Message:
Set TESTS_ENVIRONMENT=/bin/sh to avoid problem when running with \r\n line
endings on Linux.
Index: Makefile.am
===================================================================
RCS file: /cvs/fribidi/fribidi2/test/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.am 25 Sep 2005 18:42:10 -0000 1.4
+++ Makefile.am 15 Nov 2005 20:04:14 -0000 1.5
@@ -1,4 +1,6 @@
+TESTS_ENVIRONMENT = /bin/sh
+
TESTS = run.tests
check_SCRIPTS = run.tests
More information about the fribidi-commit
mailing list