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/fix-unit-tests | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 debian/patches/fix-unit-tests (limited to 'debian/patches/fix-unit-tests') diff --git a/debian/patches/fix-unit-tests b/debian/patches/fix-unit-tests new file mode 100644 index 0000000..5e914d2 --- /dev/null +++ b/debian/patches/fix-unit-tests @@ -0,0 +1,13 @@ +Index: planr/fs_test.go +=================================================================== +--- planr.orig/fs_test.go ++++ planr/fs_test.go +@@ -15,7 +15,7 @@ func TestCname(t *testing.T) { + } + + for _, vec := range v { +- got := cname(ROOT, vec.path) ++ got := Cname(ROOT, vec.path) + + if vec.cname != got { + t.Fatalf("Cname(%s) = %s, wanted %s", vec.path, got, vec.cname) -- cgit v1.2.3