remove zsh from roboleaf_tests.sh

zsh command was not found on the build server. Remove it from this test.

Bug: 249559295
Test: build/make/tests/roboleaf_tests.sh
Change-Id: I7a79b183d9fd40829ab03bc54ce899efaa974a60
This commit is contained in:
Sam Delmerico
2022-09-28 15:34:34 -04:00
parent 1bcc569e14
commit 43444ec2fe

View File

@@ -21,5 +21,4 @@ tests=(
for test in $tests; do
bash -x $test
zsh -x $test
done