From: Shane Jaroch Date: Thu, 8 Jan 2026 22:42:09 +0000 (-0500) Subject: fix installer logic test X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=322965b15e595b22134b2c8cc577e905343800e8;p=gamesguru%2Fgit-remote-gcrypt.git fix installer logic test --- 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