summaryrefslogtreecommitdiff
path: root/tests/fate.sh
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-08-22 11:53:02 +0000
committerMåns Rullgård <mans@mansr.com>2010-08-22 11:53:02 +0000
commit8226e9779d89024bf4bbc25f92d68fc647d9d881 (patch)
tree3040a7a7474ce583c12df09f5eea8910b5fe48e6 /tests/fate.sh
parent3d6bd1c7979dfa03aaaa7c051163876dd93db08f (diff)
fate: allow specifying relative path to config file in fate.sh
Originally committed as revision 24866 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/fate.sh')
-rwxr-xr-xtests/fate.sh2
1 files changed, 1 insertions, 1 deletions
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 <config>"
-workdir=$(dirname $config)
+workdir=$(cd $(dirname $config) && pwd)
make=make
tar='tar c'