Skip to content

Commit 67aec94

Browse files
fix(tests): remove check for echo
Remove check for `echo`
1 parent 028b6d1 commit 67aec94

File tree

1 file changed

+0
-1
lines changed
  • tests/run-make-fulldeps/hotplug_codegen_backend

1 file changed

+0
-1
lines changed

tests/run-make-fulldeps/hotplug_codegen_backend/Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ include ../../run-make/tools.mk
77
# -Zbinary-dep-depinfo is used.
88

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

0 commit comments

Comments
 (0)