~martanne/devel

vis: fix: correct URL of the Busted Lua unit testing framework. v1 APPLIED

Matěj Cepl: 1
 fix: correct URL of the Busted Lua unit testing framework.

 1 files changed, 1 insertions(+), 1 deletions(-)
#1336499 alpine.yml success
#1336500 debian.yml success
#1336501 freebsd.yml success
#1336502 openbsd.yml success
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~martanne/devel/patches/55191/mbox | git am -3
Learn more about email & git

[PATCH vis] fix: correct URL of the Busted Lua unit testing framework. Export this patch

---
 test/lua/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lua/README.md b/test/lua/README.md
index 5b9a1e6f..21a63fb5 100644
--- a/test/lua/README.md
+++ b/test/lua/README.md
@@ -1,7 +1,7 @@
Unit Test for Vis' Lua API
--------------------------

The tests use the [busted unit testing framework](https://olivinelabs.com/busted/).
The tests use the [busted unit testing framework](https://lunarmodules.github.io/busted/).

Each `*.lua` file is sourced from a new `vis` instance which loads the
correspending `*.in` file.
-- 
2.46.1
vis/patches: SUCCESS in 1m27s

[fix: correct URL of the Busted Lua unit testing framework.][0] from [Matěj Cepl][1]

[0]: https://lists.sr.ht/~martanne/devel/patches/55191
[1]: mailto:mcepl@cepl.eu

✓ #1336500 SUCCESS vis/patches/debian.yml  https://builds.sr.ht/~martanne/job/1336500
✓ #1336499 SUCCESS vis/patches/alpine.yml  https://builds.sr.ht/~martanne/job/1336499
✓ #1336501 SUCCESS vis/patches/freebsd.yml https://builds.sr.ht/~martanne/job/1336501
✓ #1336502 SUCCESS vis/patches/openbsd.yml https://builds.sr.ht/~martanne/job/1336502
Matěj Cepl <mcepl@cepl.eu> wrote: