aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.lua b/test/test.lua
index 7fc53b75..1d920f6e 100644
--- a/test/test.lua
+++ b/test/test.lua
@@ -729,6 +729,7 @@ function test_lfs_ext_abs_path()
assert_equal(lfs.abspath('.\\bar', 'C:\\foo'), 'C:\\foo\\bar')
assert_equal(lfs.abspath('..\\bar', 'C:\\foo'), 'C:\\bar')
assert_equal(lfs.abspath('C:\\bar', 'C:\\foo'), 'C:\\bar')
+ assert_equal(lfs.abspath('c:\\bar', 'c:\\foo'), 'C:\\bar')
assert_equal(lfs.abspath('..\\../.\\./baz', 'C:\\foo\\bar'), 'C:\\baz')
_G.WIN32 = win32 -- reset just in case