diff options
| author | Paul Buetow <paul@buetow.org> | 2025-09-23 14:45:49 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-09-23 14:45:49 +0300 |
| commit | 7c0ae2b8bae5b31b869e5fdbfc6a5777d03b5758 (patch) | |
| tree | fc719232e027dc1a32cb4e32de2409905410b50c /Justfile | |
| parent | 4d159e1394f219dcf2ca5270a505e895cf573da8 (diff) | |
fix tests
Diffstat (limited to 'Justfile')
| -rw-r--r-- | Justfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
