diff options
Diffstat (limited to 'test/system/001-basic.bats')
| -rw-r--r-- | test/system/001-basic.bats | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/001-basic.bats b/test/system/001-basic.bats index 1d5eb066b..d276cfda1 100644 --- a/test/system/001-basic.bats +++ b/test/system/001-basic.bats @@ -61,7 +61,7 @@ function setup() {      is "$output" ".*Server:" "podman --remote: contacts server"      # This was failing: "podman --foo --bar --remote". -    PODMAN="${podman_non_remote} --tmpdir /var/tmp --log-level=error ${podman_args[@]} --remote" run_podman version +    PODMAN="${podman_non_remote} --log-level=error ${podman_args[@]} --remote" run_podman version      is "$output" ".*Server:" "podman [flags] --remote: contacts server"      # ...but no matter what, --remote is never allowed after subcommand  | 
