summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/dtf/lib/default2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/dtf/lib/default b/share/dtf/lib/default
index 3d9bb9e..3f0d50f 100644
--- a/share/dtf/lib/default
+++ b/share/dtf/lib/default
@@ -28,7 +28,7 @@ __dtf_internal_fail ()
__dtf_run_testcase ()
{
resultdir="$outputdir/$testname"
- $__DTF_TOP_TEST && resultdir="$outputdir"
+ test "$testname" = ROOT && resultdir="$outputdir"
stdout="$resultdir/stdout"
stderr="$resultdir/stderr"