Avoid running the builtin "kill" in the kill tests.

Test: manual
Change-Id: I2e5df99f5c583c749e9392ba8ba92a0188d5984c
This commit is contained in:
Elliott Hughes 2019-06-27 08:35:15 -07:00
parent 8bb9d57ac4
commit 0da31fe9ae

View File

@ -38,7 +38,7 @@ test_toy() {
adb shell -t "export FILES=/data/local/tmp/toybox-tests/tests/files/ ; \
export VERBOSE=1 ; \
export CMDNAME=$toy; \
export C=$toy; \
export C=\"\$(which $toy)\"; \
export LANG=en_US.UTF-8; \
mkdir $tmp_dir/$toy && cd $tmp_dir/$toy ; \
source /data/local/tmp/toybox-tests/runtest.sh ; \