Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
commit: allow partial commits with relative paths
[gitweb.git]
/
test-path-utils.c
diff --git
a/test-path-utils.c
b/test-path-utils.c
index d261398d6c50aeefa7450b99caae23ee5cdff0d0..e7671593df6bf014f3a9d8bd5173d1edcfd6545b 100644
(file)
--- a/
test-path-utils.c
+++ b/
test-path-utils.c
@@
-11,9
+11,9
@@
int main(int argc, char **argv)
return 0;
}
- if (argc >= 2 && !strcmp(argv[1], "
make_absolute
_path")) {
+ if (argc >= 2 && !strcmp(argv[1], "
real
_path")) {
while (argc > 2) {
- puts(
make_absolute
_path(argv[2]));
+ puts(
real
_path(argv[2]));
argc--;
argv++;
}