Clean up temp files created during tests

This commit is contained in:
Ryan C. Thompson 2012-05-04 19:48:17 -07:00
parent 599d7f659e
commit 3b7777b6e6
2 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,7 @@ EOF
HOME="$TEST_HOME" "$EMACS" -Q -L "$EL_GET_LIB_DIR" \
-l "$EL_GET_LIB_DIR/el-get.el" -l "$EL_GET_LIB_DIR/test/test-setup.el" \
-l "$lisp_temp_file"
rm -f "$lisp_temp_file"
}
for r in "$@"; do

View File

@ -72,6 +72,7 @@ EOF
else
echo "*** FAILED $recipe_file ***"
fi
rm -f "$lisp_temp_file"
}
while [ -n "$1" ]; do