Update of /cvsroot/libexif/libexif-testsuite/tests
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11541
Modified Files:
check-general-images.sh
Log Message:
Use a temporary file name that's automatically cleaned up
Index: check-general-images.sh
===================================================================
RCS file: /cvsroot/libexif/libexif-testsuite/tests/check-general-images.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -d -r1.1 -r1.2
--- check-general-images.sh 12 Dec 2008 07:14:38 -0000 1.1
+++ check-general-images.sh 12 Dec 2008 07:20:58 -0000 1.2
@@ -8,7 +8,7 @@
NOEXIFLIST='*canon-powershot-a400-001.jpg'
tmpfile="./output.tmp"
-tmpimg="./output.jpg"
+tmpimg="./general.out.jpg"
echo Testing "$EXIFEXE"
|