Revision: 77273
          http://sourceforge.net/p/brlcad/code/77273
Author:   starseeker
Date:     2020-09-29 18:09:58 +0000 (Tue, 29 Sep 2020)
Log Message:
-----------
Revert r77207 workaround for pixcmp issue

Modified Paths:
--------------
    brlcad/trunk/bench/run.sh

Modified: brlcad/trunk/bench/run.sh
===================================================================
--- brlcad/trunk/bench/run.sh   2020-09-29 17:51:50 UTC (rev 77272)
+++ brlcad/trunk/bench/run.sh   2020-09-29 18:09:58 UTC (rev 77273)
@@ -613,18 +613,14 @@
 fi
 
 # sanity check: make sure $CMP runs
-echo "" > tmp1
-echo "" > tmp2
-out=`echo "" | eval \"$CMP\" tmp1 tmp2 2>&1`
+out=`echo "" | eval \"$CMP\" - - 2>&1`
 ret=$?
 if test ! "x${ret}" = "x0" ; then
     $ECHO
     $ECHO "ERROR:  CMP does not seem to work as expected"
     $ECHO "        (output was [$out])"
-    rm -f tmp1 tmp2
     exit 2
 fi
-rm -f tmp1 tmp2
 
 # sanity check: make sure $ELP runs
 out=`eval \"$ELP\" 0 2>&1`

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to