summaryrefslogtreecommitdiff
path: root/Justfile
diff options
context:
space:
mode:
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