aboutsummaryrefslogtreecommitdiff
path: root/fs_test.go
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2021-09-06 02:12:52 -0500
committerFurkan Sahin <furkan-dev@proton.me>2021-09-06 02:12:52 -0500
commit08f60342d7219bc5eb67fdf4f071c6fd67548034 (patch)
tree015f6af79c764990ef1fbc6ada7515c5d21817ee /fs_test.go
parentb5b5aa22cb9a6e65fc4ba7b8b5f5aff7a2450aec (diff)
parent4a38e9734d093e151b281e40479707e34de2c5dd (diff)
Merge branch 'upstream' into ppa
Update to v0.1.1
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)