summaryrefslogtreecommitdiff
path: root/tests/fate-run.sh
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2019-02-01 22:40:38 +0100
committerDiego Biurrun <diego@biurrun.de>2019-02-16 13:09:35 +0100
commite22ffb3805f6994bd1fd7ab73e6297f36a53f915 (patch)
treebe615c1855b19d19e5e512fb10fd5fbd81dab2f4 /tests/fate-run.sh
parent7e5bde93a1e7641e1622814dafac0be3f413d79b (diff)
tests: Unify output directory creation
Diffstat (limited to 'tests/fate-run.sh')
-rwxr-xr-xtests/fate-run.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index 8de749d4a7..b9b3d9763e 100755
--- a/tests/fate-run.sh
+++ b/tests/fate-run.sh
@@ -196,8 +196,6 @@ null(){
:
}
-mkdir -p "$outdir"
-
exec 3>&2
eval $command >"$outfile" 2>$errfile
err=$?