diff --git a/Cantera/python/examples/fuel_cells/.cvsignore b/Cantera/python/examples/fuel_cells/.cvsignore index bc9fea132..57a979ceb 100644 --- a/Cantera/python/examples/fuel_cells/.cvsignore +++ b/Cantera/python/examples/fuel_cells/.cvsignore @@ -1,5 +1,4 @@ Makefile -runtest ct2ctml.log diff_csv.txt diff_out_0.txt diff --git a/Cantera/python/examples/fuel_cells/runtest.in b/Cantera/python/examples/fuel_cells/runtest similarity index 98% rename from Cantera/python/examples/fuel_cells/runtest.in rename to Cantera/python/examples/fuel_cells/runtest index 391e0d301..f743e7d6f 100755 --- a/Cantera/python/examples/fuel_cells/runtest.in +++ b/Cantera/python/examples/fuel_cells/runtest @@ -5,7 +5,6 @@ temp_success="1" /bin/rm -f output_0.txt sofc.csv diff_csv.txt diff_out_0.txt ########################################################################## -PYTHON_CMD=@PYTHON_CMD@ prog=sofc.py if test ! -f $prog ; then echo $prog ' does not exist'