Commit d0b4e507e8b358ec9364cbb95fbc6c1371cba8a2
1 parent
39379a8784
Fix test file name in Makefile.
Showing 1 changed file with 1 additions and 1 deletions Inline Diff
Makefile
1 | .PHONY: tests | 1 | .PHONY: tests |
2 | 2 | ||
3 | tests: | 3 | tests: |
4 | ZDOTDIR="${PWD}/tests" cram -i --shell=zsh tests/branch-bundle.t \ | 4 | ZDOTDIR="${PWD}/tests" cram -i --shell=zsh tests/branch-bundle.t \ |
5 | tests/update.t | 5 | tests/bundle.t |
6 | 6 |