Changes in / [260c29:c695c9]


Ignore:
Location:
tests/Tesselations
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Tesselations/defs.in

    r260c29 rc695c9  
    2626        if $testdir_exists; then :; else
    2727                mkdir $testdir
    28                 CLEANUP="rmdir $testdir; $CLEANUP"
     28                CLEANUP="$CLEANUP; rmdir $testdir"
    2929        fi
    3030        cp  @srcdir@/$testdir/* $testdir/
    3131        cd $testdir
    3232        CLEANUP="rm -f stderr stdout diffstderr diffstdout; cd ..; $CLEANUP"
    33         CLEANUP="rm -f *.conf*; $CLEANUP"
     33        CLEANUP="rm -f *.conf*; rm -f NonConvexEnvelope*; rm -f ${testdir}.xyz; rm -f ${testdir}.dbond; $CLEANUP"
    3434fi
    3535
Note: See TracChangeset for help on using the changeset viewer.