bible: fix dirname. Closes #76

This commit is contained in:
Dylan Araps
2019-09-19 16:23:20 +03:00
parent 6508ca0c9d
commit ea8fd2369c
4 changed files with 17 additions and 9 deletions

View File

@@ -116,7 +116,7 @@ test_count() {
test_dirname() {
result="$(dirname "/home/black/Pictures/Wallpapers/1.jpg")"
assert_equals "$result" "/home/black/Pictures/Wallpapers/"
assert_equals "$result" "/home/black/Pictures/Wallpapers"
}
test_basename() {