file      0644 ./etc/check-ordering.conf
test
----------------------------------------
file      0644 ./etc/contents1
jjj
jjj
----------------------------------------
file      0644 ./etc/contents2
mmm
mmm
----------------------------------------
symlink   0777 ./etc/holorc
../../../holorc
----------------------------------------
file      0644 ./etc/link-and-script.conf
kkk
kkk
----------------------------------------
symlink   0777 ./etc/link-through-scripts.conf
contents2
----------------------------------------
file      0644 ./etc/os-release
ID=unittest
----------------------------------------
file      0644 ./etc/plain-and-plain.conf
aaa
aaa
----------------------------------------
file      0644 ./etc/plain-and-script.conf
ddd
ddd
----------------------------------------
file      0644 ./etc/script-and-script.conf
ggg
ggg
----------------------------------------
symlink   0777 ./usr/share/holo/files/01-first/etc/link-and-script.conf
contents1
----------------------------------------
file      0755 ./usr/share/holo/files/01-first/etc/link-through-scripts.conf.holoscript
#!/bin/sh
echo 'nnn'
cat
----------------------------------------
file      0644 ./usr/share/holo/files/01-first/etc/plain-and-plain.conf
bbb
bbb
----------------------------------------
file      0644 ./usr/share/holo/files/01-first/etc/plain-and-script.conf
eee
eee
----------------------------------------
file      0755 ./usr/share/holo/files/01-first/etc/script-and-script.conf.holoscript
#!/bin/sh
echo 'hhh'
cat
----------------------------------------
file      0755 ./usr/share/holo/files/02-second/etc/link-and-script.conf.holoscript
#!/bin/sh
sed 's/^j/l/'
----------------------------------------
file      0755 ./usr/share/holo/files/02-second/etc/link-through-scripts.conf.holoscript
#!/bin/sh
cat
echo 'ooo'
----------------------------------------
file      0644 ./usr/share/holo/files/02-second/etc/plain-and-plain.conf
ccc
ccc
----------------------------------------
file      0755 ./usr/share/holo/files/02-second/etc/plain-and-script.conf.holoscript
#!/bin/sh
cat
echo "fff"
----------------------------------------
file      0755 ./usr/share/holo/files/02-second/etc/script-and-script.conf.holoscript
#!/bin/sh
cat
echo 'iii'
----------------------------------------
file      0644 ./usr/share/holo/files/03-order/etc/check-ordering.conf
foo
bar
----------------------------------------
file      0755 ./usr/share/holo/files/03-order/etc/check-ordering.conf.holoscript
#!/bin/sh
sed 's/^/foo/'
----------------------------------------
