Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
absolute_path(): reject the empty string
[gitweb.git]
/
t
/
t0060-path-utils.sh
diff --git
a/t/t0060-path-utils.sh
b/t/t0060-path-utils.sh
index d91e5167503d2cecc2ae2d83a20b1ba1a71a5b0f..924aa607d7c2421a664cec49e80baa6d3f66c120 100755
(executable)
--- a/
t/t0060-path-utils.sh
+++ b/
t/t0060-path-utils.sh
@@
-140,7
+140,7
@@
test_expect_success 'strip_path_suffix' '
c:/msysgit/libexec//git-core libexec/git-core)
'
-test_expect_
failure
'absolute path rejects the empty string' '
+test_expect_
success
'absolute path rejects the empty string' '
test_must_fail test-path-utils absolute_path ""
'