Skip to content

Commit 6f0afe1

Browse files
committed
Fix installation of test dependencies.
1 parent d34f9f8 commit 6f0afe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ check:
2626
luacheck bin/lunamark lunamark/*.lua lunamark/*/*.lua
2727

2828
testdeps:
29-
luarocks --local install lfs
29+
luarocks --local install luafilesystem
3030
luarocks --local install diff
31-
luarocks --local install alt_getopt
31+
luarocks --local install alt-getopt
3232

3333
test:
3434
LUAPATH="?.lua;lunamark/?.lua;lunamark/?/?.lua;$$LUAPATH"

0 commit comments

Comments
 (0)