[umount] Tests don't like an empty config

- modules with no configuration should be marked 'noconfig',
  but umount is special: it has no **useful** configuration
  (maybe no **non-deprecated** configuration), but isn't
  marked 'noconfig' **yet**.
This commit is contained in:
Adriaan de Groot 2021-12-10 16:44:01 +01:00
parent 3cdb019de7
commit 7ac42b5f40

View File

@ -27,3 +27,4 @@
# example when using a log created by `sudo calamares -d`:
#srcLog: "/home/live/installation.log"
#destLog: "/var/log/installation.log"
srcLog: "/bogus/just/do/not/use/this/anymore.txt"