tests: Verify var/tmp
Somehow this went missing in a local build. Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
parent
f0ebf6250e
commit
5d4936fd43
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