summaryrefslogtreecommitdiff
path: root/Justfile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-09-23 14:45:49 +0300
committerPaul Buetow <paul@buetow.org>2025-09-23 14:45:49 +0300
commit7c0ae2b8bae5b31b869e5fdbfc6a5777d03b5758 (patch)
treefc719232e027dc1a32cb4e32de2409905410b50c /Justfile
parent4d159e1394f219dcf2ca5270a505e895cf573da8 (diff)
fix tests
Diffstat (limited to 'Justfile')
-rw-r--r--Justfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Justfile b/Justfile
index 64c2242..6dfff98 100644
--- a/Justfile
+++ b/Justfile
@@ -9,7 +9,7 @@ test:
if command -v prove >/dev/null 2>&1; then \
prove -lr t; \
else \
- for f in t/*.t; do echo "== $$f =="; PERL5LIB=. perl "$$f" || exit 1; done; \
+ for f in t/*.t; do echo "== $f =="; PERL5LIB=. perl "$f" || exit 1; done; \
fi
# Syntax check