Browse Source

fix build issue

pull/430/head
Chris Lu 8 years ago
parent
commit
4d3353750e
  1. 3
      weed/images/orientation_test.go

3
weed/images/orientation_test.go

@ -2,6 +2,7 @@ package images
import ( import (
"io/ioutil" "io/ioutil"
"os"
"testing" "testing"
) )
@ -14,4 +15,6 @@ func TestXYZ(t *testing.T) {
ioutil.WriteFile("fixed1.jpg", fixed_data, 0644) ioutil.WriteFile("fixed1.jpg", fixed_data, 0644)
os.Remove("fixed1.jpg")
} }
Loading…
Cancel
Save