summaryrefslogtreecommitdiff
path: root/debian/patches/golang-1.3-compat-readdir
diff options
context:
space:
mode:
authorflu0r1ne <flu0r1ne@flu0r1ne.net>2021-09-05 20:57:28 -0500
committerflu0r1ne <flu0r1ne@flu0r1ne.net>2021-09-05 20:57:28 -0500
commit087c51bed9da75f5585d176a7b14396cd70f2638 (patch)
treeaaaf4a0de37eee63d8ec37f30dfa37cf61d2cf8f /debian/patches/golang-1.3-compat-readdir
parenta4c190fb594f44da2849ec02c36117f35516c07d (diff)
downloaddeb-planr-087c51bed9da75f5585d176a7b14396cd70f2638.tar.xz
deb-planr-087c51bed9da75f5585d176a7b14396cd70f2638.zip
Temp unit test fix
Diffstat (limited to 'debian/patches/golang-1.3-compat-readdir')
-rw-r--r--debian/patches/golang-1.3-compat-readdir4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/golang-1.3-compat-readdir b/debian/patches/golang-1.3-compat-readdir
index b9e5c6d..3c429a9 100644
--- a/debian/patches/golang-1.3-compat-readdir
+++ b/debian/patches/golang-1.3-compat-readdir
@@ -2,7 +2,7 @@ Index: planr/fs.go
===================================================================
--- planr.orig/fs.go
+++ planr/fs.go
-@@ -224,7 +224,7 @@ func collectFromDir(
+@@ -116,7 +116,7 @@ func collectFromDir(
// Read the entries in this directory
for {
@@ -11,7 +11,7 @@ Index: planr/fs.go
if err == io.EOF {
break
} else if err != nil {
-@@ -233,8 +233,8 @@ func collectFromDir(
+@@ -125,8 +125,8 @@ func collectFromDir(
for _, ent := range dirs {