From f5807d9f3a6c96e70912b61fac17120f412b5782 Mon Sep 17 00:00:00 2001 From: ewy Date: Sun, 17 May 2026 01:37:24 +0200 Subject: * integration tests with a pik target to run them * add abstraction for paths to facilitate unit tests * flesh out completion (--install-completion) * do sync init before stateless modes so list knows more --- integration_tests/simple/.pik/echo.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 integration_tests/simple/.pik/echo.sh (limited to 'integration_tests/simple/.pik/echo.sh') diff --git a/integration_tests/simple/.pik/echo.sh b/integration_tests/simple/.pik/echo.sh new file mode 100644 index 0000000..c8a6153 --- /dev/null +++ b/integration_tests/simple/.pik/echo.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +echo "$@" \ No newline at end of file -- cgit v1.3.1