mirror of
https://gitlab.com/fedora/bootc/base-images.git
synced 2026-08-30 21:10:44 +00:00
4 lines
87 B
Text
4 lines
87 B
Text
|
|
#!/bin/bash
|
||
|
|
set -xeuo pipefail
|
||
|
|
# Verify directories we expect to exist
|
||
|
|
test -d var/tmp
|