Update of /cvsroot/libexif/libexif-testsuite/tests
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv21834
Modified Files:
check-vars.sh.in
Log Message:
Fixed testing in out-of-tree builds
Index: check-vars.sh.in
===================================================================
RCS file: /cvsroot/libexif/libexif-testsuite/tests/check-vars.sh.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- check-vars.sh.in 14 Jun 2012 21:16:43 -0000 1.4
+++ check-vars.sh.in 26 May 2017 10:50:20 -0000 1.5
@@ -13,4 +13,4 @@
ALLFILES="$TOPSRCDIR/src/pel-images/*.jpg $SRCDIR/images/*.jpg"
# Load functions that determine characteristics of the $ALLFILES test images
-. ./image-info.sh
+. "${SRCDIR}/image-info.sh"
|