diff --git a/Makefile b/Makefile index c6b7fd9..6220f1f 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ all: help # Run the test script .PHONY: test test: - ./test + ./tests/test.zsh # Update snapshot by running the update_snapshot.zsh script .PHONY: update-snapshot diff --git a/test b/test deleted file mode 100755 index fda5918..0000000 --- a/test +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env zsh - -. "${0:A:h}/tests/test.zsh"