aboutsummaryrefslogtreecommitdiff
path: root/awwan_local_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'awwan_local_test.go')
-rw-r--r--awwan_local_test.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/awwan_local_test.go b/awwan_local_test.go
index c12f3ec..b663d67 100644
--- a/awwan_local_test.go
+++ b/awwan_local_test.go
@@ -306,6 +306,11 @@ func TestAwwanLocal_Put(t *testing.T) {
t.Fatal(err)
}
+ err = os.Chmod(filepath.Join(baseDir, `tmp`), 0755)
+ if err != nil {
+ t.Fatal(err)
+ }
+
var cases = []testCase{{
desc: `With text file`,
lineRange: `1`,