summaryrefslogtreecommitdiff
path: root/tests/fate-run.sh
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-09-28 02:13:31 +0100
committerMans Rullgard <mans@mansr.com>2011-09-28 02:30:30 +0100
commitdec4b4705fe0bcfc3f07959a79960cb97e895f8a (patch)
tree16a45636709d3ee9ce9522a82b173e050656d2c6 /tests/fate-run.sh
parentbc3a741fa0869670ff16db1542442fb7cbbe8c0a (diff)
fate: use 'run' helper for seek-test
This is simpler, and the actual seek-test command is printed with V=1. Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'tests/fate-run.sh')
-rwxr-xr-xtests/fate-run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index 56514c8120..1babcc867e 100755
--- a/tests/fate-run.sh
+++ b/tests/fate-run.sh
@@ -104,7 +104,7 @@ seektest(){
file=$(echo tests/data/$d/$file)
;;
esac
- $target_exec $target_path/libavformat/seek-test $target_path/$file
+ run libavformat/seek-test $target_path/$file
}
mkdir -p "$outdir"