[lua-expat] Fix lom.lua tests.

Matej Cepl mcepl at fedoraproject.org
Fri Jun 3 17:07:58 UTC 2011


commit d5fb028099fede8397238cb0016231e56d9e110d
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Fri Jun 3 19:06:23 2011 +0200

    Fix lom.lua tests.

 lua-expat.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lua-expat.spec b/lua-expat.spec
index 6bf7624..11446ee 100644
--- a/lua-expat.spec
+++ b/lua-expat.spec
@@ -40,7 +40,7 @@ pushd src
 ln -s lxp.so.* lxp.so
 popd
 lua -e 'package.cpath="./src/?.so;"..package.cpath; dofile("tests/test.lua");'
-lua -e 'package.cpath=";./src/?.so" .. package.cpath; package.path=";./src/?.lua" .. package.path; dofile("tests/test-lom.lua");'
+lua -e 'package.cpath="./src/?.so;" .. package.cpath; package.path="./src/?.lua;" .. package.path; dofile("tests/test-lom.lua");'
 
 %clean
 rm -rf %{buildroot}


More information about the scm-commits mailing list