summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/regression2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regression b/tests/regression
index 10d41a4..1e799f7 100755
--- a/tests/regression
+++ b/tests/regression
@@ -608,7 +608,7 @@ function run_test_basic() {
local cmd
# if the test is a script, only run it in native/c mode
- if [[ $mode != "c" && $(echo "$2" | grep -q '.sh$') -eq 0 ]]; then
+ if [[ $mode != "c" && "$2" == *.sh ]]; then
print_result "$1" "SKIPPED" "(only valid in native/c mode)"
stats_skipped=$(($stats_skipped+1))
return