mirror of
https://gitlab.com/fedora/bootc/base-images.git
synced 2026-08-29 12:32:40 +00:00
Somehow this went missing in a local build. Signed-off-by: Colin Walters <walters@verbum.org>
4 lines
87 B
Bash
Executable file
4 lines
87 B
Bash
Executable file
#!/bin/bash
|
|
set -xeuo pipefail
|
|
# Verify directories we expect to exist
|
|
test -d var/tmp
|