summaryrefslogtreecommitdiff
path: root/t/t0060-path-utils.sh
AgeCommit message (Expand)AuthorFilesLines
2012-09-10t0060: split absolute path test in two to exercise some of it on WindowsLibravatar Johannes Sixt1-2/+6
2012-09-06t0060: verify that real_path() removes extra slashesLibravatar Michael Haggerty1-0/+18
2012-09-06real_path(): properly handle nonexistent top-level pathsLibravatar Michael Haggerty1-1/+1
2012-09-06t0060: verify that real_path() works correctly with absolute pathsLibravatar Michael Haggerty1-1/+11
2012-09-06real_path(): reject the empty stringLibravatar Michael Haggerty1-1/+1
2012-09-06t0060: verify that real_path() fails if passed the empty stringLibravatar Michael Haggerty1-0/+4
2012-09-06absolute_path(): reject the empty stringLibravatar Michael Haggerty1-1/+1
2012-09-06t0060: verify that absolute_path() fails if passed the empty stringLibravatar Michael Haggerty1-0/+4
2012-09-06t0060: move tests of real_path() from t0000 to hereLibravatar Michael Haggerty1-0/+19
2009-03-23t0060: fix whitespace in "wc -c" invocationLibravatar Jeff King1-1/+1
2009-03-22t0060: Fix tests on WindowsLibravatar Johannes Sixt1-33/+83
2009-02-19Introduce the function strip_path_suffix()Libravatar Johannes Schindelin1-0/+4
2009-02-07Test and fix normalize_path_copy()Libravatar Johannes Sixt1-16/+17
2008-05-23Add support for GIT_CEILING_DIRECTORIESLibravatar David Reiss1-0/+47
2008-05-23Implement normalize_absolute_pathLibravatar David Reiss1-0/+40