Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stevedonovan/Penlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-dir.lua')
-rw-r--r--tests/test-dir.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-dir.lua b/tests/test-dir.lua
index 5ed4935..c747604 100644
--- a/tests/test-dir.lua
+++ b/tests/test-dir.lua
@@ -8,9 +8,9 @@ local pretty = require( "pl.pretty" )
local normpath = path.normpath
-local expected = {normpath "../docs/function_index.txt"}
+local expected = {normpath "../docs/config.ld"}
-local files = dir.getallfiles( normpath "../docs/", "*.txt" )
+local files = dir.getallfiles( normpath "../docs/", "*.ld" )
asserteq( files, expected )