From e14d43e58f26960c90bd4a644f103a26186f7b04 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Tue, 29 Nov 2022 13:55:27 +0100 Subject: Add dummy hierarchy for fstree_from_dir test Instead of abusing the directory tree of another test case, add a proper dummy hierarchy. This also fixes issues with parallel tests, where another test generates squashfs images in the target path. Signed-off-by: David Oberhollenzer --- tests/gensquashfs/testdir/dira/file_a0 | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/gensquashfs/testdir/dira/file_a0 (limited to 'tests/gensquashfs/testdir/dira/file_a0') diff --git a/tests/gensquashfs/testdir/dira/file_a0 b/tests/gensquashfs/testdir/dira/file_a0 new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3