From 087c51bed9da75f5585d176a7b14396cd70f2638 Mon Sep 17 00:00:00 2001 From: flu0r1ne Date: Sun, 5 Sep 2021 20:57:28 -0500 Subject: Temp unit test fix --- debian/patches/golang-1.3-compat-readdir | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/patches/golang-1.3-compat-readdir') 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 { -- cgit v1.2.3