diff options
Diffstat (limited to 'test-absolute-path.c')
-rw-r--r-- | test-absolute-path.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test-absolute-path.c b/test-absolute-path.c deleted file mode 100644 index c959ea20d3..0000000000 --- a/test-absolute-path.c +++ /dev/null @@ -1,11 +0,0 @@ -#include "cache.h" - -int main(int argc, char **argv) -{ - while (argc > 1) { - puts(make_absolute_path(argv[1])); - argc--; - argv++; - } - return 0; -} |