diff --git a/test/issue1037-better-dependency-messages.sh b/test/issue1037-better-dependency-messages.sh index c06bdc4..4c5c87a 100755 --- a/test/issue1037-better-dependency-messages.sh +++ b/test/issue1037-better-dependency-messages.sh @@ -9,7 +9,7 @@ function cleanup { rm -f $temp_file - rm -f $temp_file + rm -f $temp_file2 } trap cleanup EXIT @@ -22,4 +22,4 @@ die 'output not containing conflict information' fi -exit 0 \ No newline at end of file +exit 0