summaryrefslogtreecommitdiff
path: root/fs_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'fs_test.go')
-rw-r--r--fs_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs_test.go b/fs_test.go
index 4e36469..b1b39e6 100644
--- a/fs_test.go
+++ b/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)