summaryrefslogtreecommitdiff
path: root/debian/patches/fix-unit-tests
blob: 5e914d2ed128aa328c9012db771501dee275fd2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)