nixos/tests/docker-tools: check explicitly for file in exportImage
This commit is contained in:
parent
1a0edf135a
commit
020e88bf7a
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
|
|||
|
||||
with subtest("exportImage produces a valid tarball"):
|
||||
docker.succeed(
|
||||
"tar -tf ${examples.exportBash} > /dev/null"
|
||||
"tar -tf ${examples.exportBash} | grep '\./bin/bash' > /dev/null"
|
||||
)
|
||||
'';
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue