Revision cdaf4b79
tests/fate-run.sh | ||
---|---|---|
66 | 66 |
|
67 | 67 |
mkdir -p "$outdir" |
68 | 68 |
|
69 |
case "$command" in /*) command="$target_exec $command" ;; esac |
|
70 |
eval $command > "$outfile" 2>/dev/null || exit |
|
69 |
$command > "$outfile" 2>/dev/null || exit |
|
71 | 70 |
|
72 | 71 |
case $cmp in |
73 | 72 |
diff) diff -u -w "$ref" "$outfile" ;; |
Also available in: Unified diff