diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-04-11 19:19:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-11 19:19:23 -0700 |
commit | e197cb2ff4db0685cd77abf81d4913db51c6d08f (patch) | |
tree | e5245850d7f625d38ca245a1e76c8095de8e38d7 /test/system/110-history.bats | |
parent | e6fd4737ec80b0bbe5e299076e36f29cee112a0a (diff) | |
parent | 7220c166d42273c6e70c4a9df8cc0964987cd57b (diff) | |
download | podman-e197cb2ff4db0685cd77abf81d4913db51c6d08f.tar.gz podman-e197cb2ff4db0685cd77abf81d4913db51c6d08f.tar.bz2 podman-e197cb2ff4db0685cd77abf81d4913db51c6d08f.zip |
Merge pull request #2889 from edsantiago/bats
BATS tests: start supporting podman-remote
Diffstat (limited to 'test/system/110-history.bats')
-rw-r--r-- | test/system/110-history.bats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/110-history.bats b/test/system/110-history.bats index 84a1e42b4..5dc221d61 100644 --- a/test/system/110-history.bats +++ b/test/system/110-history.bats @@ -24,7 +24,7 @@ load helpers @test "podman history - json" { tests=" id | [0-9a-f]\\\{64\\\} -created | [0-9-]\\\+T[0-9:]\\\+\\\.[0-9]\\\+Z +created | [0-9-]\\\+T[0-9:.]\\\+Z size | -\\\?[0-9]\\\+ " |