Merge branch 'test-vartmp' into 'main'
tests: Verify var/tmp See merge request fedora/bootc/base-images!105
This commit is contained in:
commit
6a04cddf98
1 changed files with 4 additions and 0 deletions
4
tests/rootfs/cases/var
Executable file
4
tests/rootfs/cases/var
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
set -xeuo pipefail
|
||||
# Verify directories we expect to exist
|
||||
test -d var/tmp
|
||||
Loading…
Add table
Add a link
Reference in a new issue