From dec4b4705fe0bcfc3f07959a79960cb97e895f8a Mon Sep 17 00:00:00 2001
From: Mans Rullgard <mans@mansr.com>
Date: Wed, 28 Sep 2011 02:13:31 +0100
Subject: [PATCH] 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>
---
 tests/fate-run.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"