diff options
Diffstat (limited to 'test/kpod_version.bats')
-rw-r--r-- | test/kpod_version.bats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/kpod_version.bats b/test/kpod_version.bats index e6c062b80..41f356de7 100644 --- a/test/kpod_version.bats +++ b/test/kpod_version.bats @@ -7,7 +7,7 @@ function teardown() { } @test "kpod version test" { - run ${KPOD_BINARY} version + run bash -c ${KPOD_BINARY} version echo "$output" [ "$status" -eq 0 ] } |