From 6da8b0e1677c98962f155163d812e6d865d61f80 Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Sat, 31 May 2025 01:35:50 +1000 Subject: [PATCH] Fix other-repos.sh (#2172) Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> --- e2e-tests/other-repos.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/e2e-tests/other-repos.sh b/e2e-tests/other-repos.sh index d29bd568..d492d126 100755 --- a/e2e-tests/other-repos.sh +++ b/e2e-tests/other-repos.sh @@ -27,11 +27,11 @@ export PATH="$CARGO_HOME/bin:$PATH" # ## Test that the installed binaries can be run #cargo binstall --help >/dev/null - -cargo_binstall_version="$(cargo binstall -V)" -echo "$cargo_binstall_version" - -[ "$cargo_binstall_version" = "cargo-binstall 0.12.0" ] +# +#cargo_binstall_version="$(cargo binstall -V)" +#echo "$cargo_binstall_version" +# +#[ "$cargo_binstall_version" = "cargo-binstall 0.12.0" ] # Test default Github pkg-url templates, # with bin-dir provided