Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t0008: 4 tests fail with ksh88
[gitweb.git]
/
t
/
t0060-path-utils.sh
diff --git
a/t/t0060-path-utils.sh
b/t/t0060-path-utils.sh
index 602b08b1416d27d837737019ba615b65149e5fe9..8532a028e7c814057fe0bb7fd87addbd5dc90392 100755
(executable)
--- a/
t/t0060-path-utils.sh
+++ b/
t/t0060-path-utils.sh
@@
-68,6
+68,9
@@
case $(uname -s) in
;;
esac
+test_expect_success basename 'test-path-utils basename'
+test_expect_success dirname 'test-path-utils dirname'
+
norm_path "" ""
norm_path . ""
norm_path ./ ""