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
|