Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
72556e5e4fa6dcb880081efc071bd53c23adc6ca
/
.
/
test
/
empty_suite
/
verify_empty.sh
blob: 493d397911343efc1bbc6022eef9ad5e477a4ffa [
file
]
#!/bin/sh
# Verifies that argv[1] is an empty file.
set
-
eux
test
-
f $1
test
!
-
s $1