summaryrefslogtreecommitdiff
path: root/test-absolute-path.c
diff options
context:
space:
mode:
Diffstat (limited to 'test-absolute-path.c')
-rw-r--r--test-absolute-path.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/test-absolute-path.c b/test-absolute-path.c
deleted file mode 100644
index c959ea2..0000000
--- 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;
-}