From 322965b15e595b22134b2c8cc577e905343800e8 Mon Sep 17 00:00:00 2001 From: Shane Jaroch Date: Thu, 8 Jan 2026 17:42:09 -0500 Subject: [PATCH] fix installer logic test --- tests/test-install-logic.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test-install-logic.sh b/tests/test-install-logic.sh index e9aa643..08be901 100755 --- a/tests/test-install-logic.sh +++ b/tests/test-install-logic.sh @@ -15,6 +15,8 @@ print_info "Running install logic tests in $SANDBOX..." # 2. Copy artifacts cp git-remote-gcrypt "$SANDBOX" cp README.rst "$SANDBOX" 2>/dev/null || touch "$SANDBOX/README.rst" +cp README.rst.in "$SANDBOX" +cp -r completions/ "$SANDBOX" cp install.sh "$SANDBOX" cd "$SANDBOX" || exit 2 -- 2.52.0