blob: 493d397911343efc1bbc6022eef9ad5e477a4ffa [file]
#!/bin/sh
# Verifies that argv[1] is an empty file.
set -eux
test -f $1
test ! -s $1