summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorshmuz <shmuz>2008-05-28 20:36:19 +0000
committershmuz <shmuz>2008-05-28 20:36:19 +0000
commit653c3370fdf442c3ec5309f7fbc4e9b895cc41f1 (patch)
tree041f4a7c7ef6bb28ed2a010fab3b62178fe7a320 /test
parente2726843eb84852b7d3e0333225641d253d155e0 (diff)
downloadlrexlib-653c3370fdf442c3ec5309f7fbc4e9b895cc41f1.tar.gz
little fix
Diffstat (limited to 'test')
-rwxr-xr-xtest/runtest.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest.lua b/test/runtest.lua
index 22d8228..ede0c0c 100755
--- a/test/runtest.lua
+++ b/test/runtest.lua
@@ -40,7 +40,7 @@ local avail_tests = {
gnuregex = { lib = "rex_gnuregex", "common_sets", "posix_sets" },
posix = { lib = "rex_posix", "common_sets", "posix_sets", },
spencer = { lib = "rex_spencer", "common_sets", "posix_sets", "spencer_sets" },
- posix1 = { lib = "rex_spencer", "common_sets", "posix_sets", "spencer_sets" },
+ posix1 = { lib = "rex_posix1", "common_sets", "posix_sets", "spencer_sets" },
tre = { lib = "rex_tre", "common_sets", "posix_sets", "spencer_sets" },
lord = { lib = "rex_lord", "common_sets", "posix_sets" },
maddock = { lib = "rex_maddock", "common_sets", "posix_sets", },