Skip to content

Commit

Permalink
fix(tests): remove check for echo
Browse files Browse the repository at this point in the history
Remove check for `echo`
  • Loading branch information
veera-sivarajan committed Dec 19, 2023
1 parent 028b6d1 commit 67aec94
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 67aec94

Please sign in to comment.