From 434494e4cbdbc7adf07dfb09abd80def0fc95af1 Mon Sep 17 00:00:00 2001 From: Chen Asraf Date: Sat, 25 Jan 2025 01:57:56 +0200 Subject: [PATCH] chore: update test --- Makefile | 2 +- test | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100755 test 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"