From cbb1db7ad516bee1ebb3c1dd6796aaf1d2ece329 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Sat, 25 May 2019 15:00:06 +0200 Subject: tests/qmanifest: add dummy .keep file to retain dir qmanifest02 test is about checking an existing path really is a tree, but git doesn't store directories, only files, so the empty dir notatree was never kept by git, but existed in my working copy. Result: the test worked for me on multiple systems using the same repo, but Travis kept having problems. Signed-off-by: Fabian Groffen --- tests/qmanifest/root/notatree/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/qmanifest/root/notatree/.keep (limited to 'tests') diff --git a/tests/qmanifest/root/notatree/.keep b/tests/qmanifest/root/notatree/.keep new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3-65-gdbad