Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage-utils:master commit in: tests/qmanifest/root/notatree/
Date: Sat, 25 May 2019 13:02:58
Message-Id: 1558789206.cbb1db7ad516bee1ebb3c1dd6796aaf1d2ece329.grobian@gentoo
1 commit: cbb1db7ad516bee1ebb3c1dd6796aaf1d2ece329
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 25 13:00:06 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sat May 25 13:00:06 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=cbb1db7a
7
8 tests/qmanifest: add dummy .keep file to retain dir
9
10 qmanifest02 test is about checking an existing path really is a tree,
11 but git doesn't store directories, only files, so the empty dir notatree
12 was never kept by git, but existed in my working copy. Result: the test
13 worked for me on multiple systems using the same repo, but Travis kept
14 having problems.
15
16 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
17
18 tests/qmanifest/root/notatree/.keep | 0
19 1 file changed, 0 insertions(+), 0 deletions(-)
20
21 diff --git a/tests/qmanifest/root/notatree/.keep b/tests/qmanifest/root/notatree/.keep
22 new file mode 100644
23 index 0000000..e69de29