31 lines
1.2 KiB
Text
31 lines
1.2 KiB
Text
# No warning – we want system-specific overrides to be supported
|
||
under ~
|
||
for testhost under ~/.config
|
||
|
||
# Should warn since this has already been defined for testhost specifically
|
||
#stderr: pistepirkko: warning: under redefined for testhost
|
||
#stderr: tests/conditional-redefinition.conf:3: for testhost [under ~/.config]
|
||
#stderr: tests/conditional-redefinition.conf:10: for testhost [under ~]
|
||
#stderr:
|
||
for testhost under ~
|
||
|
||
# No warning, since this hasn't yet been defined for otherhost specifically
|
||
for otherhost under ~/settings
|
||
|
||
#stderr: pistepirkko: warning: repo redefined for otherhost
|
||
#stderr: tests/conditional-redefinition.conf:24: for otherhost [repo ~/gitrepos/dotfiles]
|
||
#stderr: tests/conditional-redefinition.conf:25: [repo ~/src/dotfiles]
|
||
#stderr:
|
||
#stderr: pistepirkko: warning: repo redefined for testhost
|
||
#stderr: tests/conditional-redefinition.conf:23: for testhost [repo ~/.dotfiles]
|
||
#stderr: tests/conditional-redefinition.conf:25: [repo ~/src/dotfiles]
|
||
#stderr:
|
||
for testhost repo ~/.dotfiles
|
||
for otherhost repo ~/gitrepos/dotfiles
|
||
repo ~/src/dotfiles
|
||
|
||
#stderr: pistepirkko: error: No categories selected for testhost
|
||
#stderr: note: Use --categories or set "categories" in the configuration file.
|
||
#stderr:
|
||
|
||
#exit-code: 1
|