Force overwriting the file if it already exists.

llvm-svn: 6080
diff --git a/llvm/utils/NightlyTest.pl b/llvm/utils/NightlyTest.pl
index 39dca2c..b8b6f4c 100755
--- a/llvm/utils/NightlyTest.pl
+++ b/llvm/utils/NightlyTest.pl
@@ -292,7 +292,7 @@
   }
 
   # Compress the test output
-  system "gzip $Prefix-ProgramTest.txt";
+  system "gzip -f $Prefix-ProgramTest.txt";
 }
 
 my ($TestsAdded, $TestsRemoved, $TestsFixed, $TestsBroken) = ("","","","");