From 84445f1f3de7ed4bdb73b8f4fce879208d82252f Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 18 Nov 2015 10:16:33 +0100 Subject: dtf-run: fix quotation * share/dtf/tpl/run.tpl: Fix quotation. --- share/dtf/tpl/run.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/dtf/tpl/run.tpl b/share/dtf/tpl/run.tpl index 0495675..f54fa3d 100644 --- a/share/dtf/tpl/run.tpl +++ b/share/dtf/tpl/run.tpl @@ -16,7 +16,7 @@ __dtf_rc=0 # Gather sub-tests. sub_tests= -for __dtf_sub_test in $srcdir/* +for __dtf_sub_test in "$srcdir"/* do __dtf_is_testdir "$__dtf_sub_test" || continue sub_tests="$sub_tests -- cgit