Update smoke tests to avoid conflicts with NAME environment variable
This commit updates several smoke tests in order to avoid conflicts
with NAME environment variable that is present in WSL and causes
project build to fail. Previous attempt to fix this in 7da42d71
was
incomplete.
See gh-31267
pull/31279/head
parent
bbb5966bca
commit
95e0d6c0f7
@ -1 +1 @@
|
||||
name: Phil
|
||||
test.name: Phil
|
||||
|
@ -1 +1 @@
|
||||
hello: Bonjour
|
||||
test.hello: Bonjour
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: Phil
|
||||
test.name: Phil
|
||||
|
||||
---
|
||||
|
||||
spring.config.activate.on-profile: goodbye | dev
|
||||
name: Everyone
|
||||
test.name: Everyone
|
||||
|
@ -1,4 +1,4 @@
|
||||
name=Phil
|
||||
test.name=Phil
|
||||
sample.name=Andy
|
||||
|
||||
spring.banner.image.bitdepth=8
|
||||
|
Loading…
Reference in New Issue