mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-19 17:59:05 -05:00
The changes in the previous commit confirmed that this test was passing only as a false-positive when running on Windows, because the test was previously only checking that the provisioner was stopped shortly after asking it to stop, but that wasn't accounting for the possibility that it stopped due to an unrelated error. Windows Command Interpreter does not support semicolon as a command separator, so on Windows we need to use an ampersand instead. Signed-off-by: Martin Atkins <mart@degeneration.co.uk>