From 7220c166d42273c6e70c4a9df8cc0964987cd57b Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Wed, 10 Apr 2019 08:17:03 -0600 Subject: BATS tests: start supporting podman-remote podman-remote now supports rm! That's what we needed to start running BATS tests. Although most tests don't actually work, some do, and maybe the rest will start working over time. For now, disable them. The only significant difference found is that podman-remote strips fractional seconds from timestamps in JSON output. Probably not something worth caring about. Signed-off-by: Ed Santiago --- test/system/015-help.bats | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/system/015-help.bats') diff --git a/test/system/015-help.bats b/test/system/015-help.bats index 8e07b8822..a987f04bc 100644 --- a/test/system/015-help.bats +++ b/test/system/015-help.bats @@ -87,6 +87,8 @@ function check_help() { @test "podman help - basic tests" { + skip_if_remote + # Called with no args -- start with 'podman --help'. check_help() will # recurse for any subcommands. check_help -- cgit v1.2.3-54-g00ecf