]> Nutra Git (v1) - gamesguru/git-remote-gcrypt.git/commitdiff
fix installer logic test
authorShane Jaroch <chown_tee@proton.me>
Thu, 8 Jan 2026 22:42:09 +0000 (17:42 -0500)
committerShane Jaroch <chown_tee@proton.me>
Thu, 8 Jan 2026 22:42:09 +0000 (17:42 -0500)
tests/test-install-logic.sh

index e9aa643127d7f25f9d3c9c9fdfefe08e8c938451..08be9010e326ec65900c55eb82c315382fa9576d 100755 (executable)
@@ -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