Index: trunk/psLib/test/image/Makefile.am
===================================================================
--- trunk/psLib/test/image/Makefile.am	(revision 3237)
+++ trunk/psLib/test/image/Makefile.am	(revision 3246)
@@ -29,4 +29,10 @@
 	tst_psImageInterpolate
 
+check_DATA = \
+	fBiOut.fits \
+	fOut.fits \
+	sBiOut.fits \
+	sOut.fits
+               
 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified 
 TESTS = \
@@ -57,2 +63,15 @@
 tst_psImageIO_SOURCES =  tst_psImageIO.c
 tst_psImageInterpolate_SOURCES =  tst_psImageInterpolate.c
+
+fBiOut.fits: verified/fBiOut.fits
+	cp $? $@
+
+fOut.fits: verified/fOut.fits
+	cp $? $@
+
+sBiOut.fits: verified/sBiOut.fits
+	cp $? $@
+
+sOut.fits: verified/sOut.fits
+	cp $? $@
+                        
Index: trunk/psLib/test/image/tst_psImageManip.c
===================================================================
--- trunk/psLib/test/image/tst_psImageManip.c	(revision 3237)
+++ trunk/psLib/test/image/tst_psImageManip.c	(revision 3246)
@@ -6,6 +6,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-01-18 03:15:04 $
+ *  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-02-17 01:58:43 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -1356,8 +1356,8 @@
 
         // now, let's compare this with the verified file
-        fTruth = psImageReadSection(fTruth,0,0,0,0,0,NULL,index,"verified/fOut.fits");
-        sTruth = psImageReadSection(sTruth,0,0,0,0,0,NULL,index,"verified/sOut.fits");
-        fBiTruth = psImageReadSection(fBiTruth,0,0,0,0,0,NULL,index,"verified/fBiOut.fits");
-        sBiTruth = psImageReadSection(sBiTruth,0,0,0,0,0,NULL,index,"verified/sBiOut.fits");
+        fTruth = psImageReadSection(fTruth,0,0,0,0,0,NULL,index,"fOut.fits");
+        sTruth = psImageReadSection(sTruth,0,0,0,0,0,NULL,index,"sOut.fits");
+        fBiTruth = psImageReadSection(fBiTruth,0,0,0,0,0,NULL,index,"fBiOut.fits");
+        sBiTruth = psImageReadSection(sBiTruth,0,0,0,0,0,NULL,index,"sBiOut.fits");
         if (fTruth == NULL) {
             psError(PS_ERR_UNKNOWN, true,"verified psF32 image failed to be read (%d deg. rotation)",
