Skip to content

Commit

Permalink
Auto merge of #118899 - veera-sivarajan:fix-makefile, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
fix(tests): remove check for `echo`

fixes: #56222

Removes check for `echo` as it doesn't seem to be used anywhere.
  • Loading branch information
bors committed Jan 5, 2024
2 parents 5113ed2 + 67aec94 commit 8d39ec1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/run-make-fulldeps/hotplug_codegen_backend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ include ../../run-make/tools.mk
# -Zbinary-dep-depinfo is used.

all:
/bin/echo || exit 0 # This test requires /bin/echo to exist
$(RUSTC) the_backend.rs --crate-name the_backend --crate-type dylib \
-o $(TMPDIR)/the_backend.dylib

Expand Down

0 comments on commit 8d39ec1

Please sign in to comment.