From 943e2635b304a24c001c793f22ff4493cc077daa Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 11 Dec 2017 15:08:19 -0800 Subject: [PATCH] cmd/go: remove file created by test The file cmd/go/testdata/src/testcache/script.sh was accidentally committed with CL 83256. Sorry about that. Updates #22593 Change-Id: Id8f07587ea97015ed75439db220560a5446e53e6 Reviewed-on: https://go-review.googlesource.com/83395 Reviewed-by: Russ Cox --- src/cmd/go/testdata/src/testcache/script.sh | 2 -- 1 file changed, 2 deletions(-) delete mode 100755 src/cmd/go/testdata/src/testcache/script.sh diff --git a/src/cmd/go/testdata/src/testcache/script.sh b/src/cmd/go/testdata/src/testcache/script.sh deleted file mode 100755 index 039e4d0069..0000000000 --- a/src/cmd/go/testdata/src/testcache/script.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exit 0 -- 2.50.0