Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t7063: fix flaky untracked-cache test
[gitweb.git]
/
test-dump-untracked-cache.c
diff --git
a/test-dump-untracked-cache.c
b/test-dump-untracked-cache.c
index 710441ee054626908d69550bb2011daad0488331..25d855d98b5cc718a6da63824e1c0f9ae39ab77c 100644
(file)
--- a/
test-dump-untracked-cache.c
+++ b/
test-dump-untracked-cache.c
@@
-44,6
+44,7
@@
int main(int ac, char **av)
{
struct untracked_cache *uc;
struct strbuf base = STRBUF_INIT;
+ setup_git_directory();
if (read_cache() < 0)
die("unable to read index file");
uc = the_index.untracked;