summaryrefslogtreecommitdiff
path: root/test/run
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2008-06-06 13:32:59 -0700
committerRob Pike <r@golang.org>2008-06-06 13:32:59 -0700
commitc5165397c55f3092047256876b0222ef10c6e3e1 (patch)
tree5305980a833fe0221a33fa9b0521790c1bb04ca8 /test/run
parenta680dbdfffda9c49d77447312e6dd000db3592bb (diff)
downloadgo-c5165397c55f3092047256876b0222ef10c6e3e1.tar.gz
remove 6.out in test/run. update golden file
SVN=121465
Diffstat (limited to 'test/run')
-rwxr-xr-xtest/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run b/test/run
index 94284f6ad..2dba6fc8c 100755
--- a/test/run
+++ b/test/run
@@ -33,7 +33,7 @@ case $failed in
1)
echo FAIL
esac
-rm -f /tmp/$USER.$$.gotest *.6
+rm -f /tmp/$USER.$$.gotest *.6 6.out
if ! diff run.out golden.out
then
failed=1