From 4d079e741d75fd7433b26c3d06f076e7ae10cb5f Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Sat, 31 May 2025 01:21:46 +1000 Subject: [PATCH] Fix other-repos.sh Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> --- e2e-tests/other-repos.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e2e-tests/other-repos.sh b/e2e-tests/other-repos.sh index fbf34c45..d29bd568 100755 --- a/e2e-tests/other-repos.sh +++ b/e2e-tests/other-repos.sh @@ -24,9 +24,9 @@ export PATH="$CARGO_HOME/bin:$PATH" # --no-confirm \ # --disable-strategies compile \ # cargo-binstall - -# Test that the installed binaries can be run -cargo binstall --help >/dev/null +# +## Test that the installed binaries can be run +#cargo binstall --help >/dev/null cargo_binstall_version="$(cargo binstall -V)" echo "$cargo_binstall_version"