Sign in
gerrit
/
gerrit.git
/
f53717c4dd7e6bef8b0a9fc05b01cfd82ea93f37
/
.
/
tools
/
bzl
/
test_empty.sh
blob: 0d4398d2bc2ad0e00ba899f3c49a2989b8656819 [
file
] [
log
] [
blame
]
#!/bin/sh
if
test
-
s $1
then
echo
"$1 not empty:"
cat $1
exit
1
fi