diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-09-08 13:21:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-08 13:21:36 -0400 |
commit | 54a61e36a4fd1c5416707e0a661f20abf2d464dc (patch) | |
tree | 7dc489fa179d1565bb0b21aca892644a02e97216 /test/system/110-history.bats | |
parent | 11679c27a7abb10811563c23b5276750c6b58f4b (diff) | |
parent | a9dbd2b3de3cf11e71aa01ed3233e180ae0b0951 (diff) | |
download | podman-54a61e36a4fd1c5416707e0a661f20abf2d464dc.tar.gz podman-54a61e36a4fd1c5416707e0a661f20abf2d464dc.tar.bz2 podman-54a61e36a4fd1c5416707e0a661f20abf2d464dc.zip |
Merge pull request #7534 from edsantiago/bats
Migrate away from docker.io
Diffstat (limited to 'test/system/110-history.bats')
-rw-r--r-- | test/system/110-history.bats | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/system/110-history.bats b/test/system/110-history.bats index 5dc221d61..75c15b088 100644 --- a/test/system/110-history.bats +++ b/test/system/110-history.bats @@ -22,9 +22,10 @@ load helpers } @test "podman history - json" { + # Sigh. Timestamp in .created can be '...Z' or '...-06:00' tests=" id | [0-9a-f]\\\{64\\\} -created | [0-9-]\\\+T[0-9:.]\\\+Z +created | [0-9-]\\\+T[0-9:.]\\\+[Z0-9:+-]\\\+ size | -\\\?[0-9]\\\+ " |