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:
authorstevedonovan <steve.j.donovan@gmail.com>2010-12-16 10:57:20 +0300
committerstevedonovan <steve.j.donovan@gmail.com>2010-12-16 10:57:20 +0300
commit2825cca1d5f3bc8f5ddf3a89c3cfd531699a8b21 (patch)
tree761d598e68708b4751835baab8823e33849fb450 /tests/test-dir.lua
parent996e1dd79b883e3ce87063db1a58741f46c34bda (diff)
All source is now LF terminated.\nAll tests run successfully from their own directory
Diffstat (limited to 'tests/test-dir.lua')
-rw-r--r--[-rwxr-xr-x]tests/test-dir.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-dir.lua b/tests/test-dir.lua
index ed60cd1..6272610 100755..100644
--- a/tests/test-dir.lua
+++ b/tests/test-dir.lua
@@ -6,9 +6,9 @@ local path = require( "pl.path" )
local asserteq = require( "pl.test" ).asserteq
local pretty = require( "pl.pretty" )
-local expected = {"docs/function_index.txt"}
+local expected = {"../docs/function_index.txt"}
-local files = dir.getallfiles( "docs/", "*.txt" )
+local files = dir.getallfiles( "../docs/", "*.txt" )
asserteq( files, expected )