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 41f356de7..b0e7a3d13 100644 --- a/test/kpod_version.bats +++ b/test/kpod_version.bats @@ -7,7 +7,7 @@ function teardown() { } @test "kpod version test" { - run bash -c ${KPOD_BINARY} version + run bash -c "${KPOD_BINARY} version" echo "$output" [ "$status" -eq 0 ] } |