From 8226e9779d89024bf4bbc25f92d68fc647d9d881 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sun, 22 Aug 2010 11:53:02 +0000 Subject: fate: allow specifying relative path to config file in fate.sh Originally committed as revision 24866 to svn://svn.ffmpeg.org/ffmpeg/trunk --- tests/fate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/fate.sh') diff --git a/tests/fate.sh b/tests/fate.sh index e20606b666..a1d7262282 100755 --- a/tests/fate.sh +++ b/tests/fate.sh @@ -9,7 +9,7 @@ die(){ test -r "$config" || die "usage: fate.sh " -workdir=$(dirname $config) +workdir=$(cd $(dirname $config) && pwd) make=make tar='tar c' -- cgit v1.2.3