'$report';
mkdir subdir1;
echo "This" > subdir1/this.txt;
echo "That" > subdir1/that.txt;
mkdir subdir2;
echo "1" > subdir2/CUSTOM_1.txt;
echo "2" > subdir2/CUSTOM_2.txt;
mkdir subdir3;
echo "Foo" > subdir3/Foo;
mkdir subdir3/nested1;
echo "Bar" > subdir3/nested1/bar.txt;
echo "Hello" > subdir3/nested1/hello;
echo "1" > sample1.report.txt;
echo "2" > sample2.report.txt;
]]>
not bool(match_relative)
not bool(match_relative)
bool(match_relative)