From 5753cba8b318dd52aecaa77ee608285dd0f2555e Mon Sep 17 00:00:00 2001 From: Andy Chu Date: Sat, 18 Apr 2020 19:20:42 -0700 Subject: [PATCH] [test/spec] Fix ble-features function. --- test/spec.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/spec.sh b/test/spec.sh index a06b929520..8a753c029b 100755 --- a/test/spec.sh +++ b/test/spec.sh @@ -940,7 +940,7 @@ ble-idioms() { } ble-features() { - sh-spec spec/ble-idioms.test.sh --osh-failures-allowed 0 \ + sh-spec spec/ble-features.test.sh --osh-failures-allowed 0 \ $BASH $ZSH $MKSH $BUSYBOX_ASH $DASH yash $OSH_LIST "$@" }