aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-03-12 08:46:49 -0300
committerEuAndreh <eu@euandre.org>2021-03-12 08:46:49 -0300
commit6943d5bc1be6456efb7cb25b9896c4d97d168e10 (patch)
tree438da2383fec2a4887b74420fb8ed28f515299cc /tests
parentRevert change to aux/ci/ci-build.sh (diff)
downloadremembering-6943d5bc1be6456efb7cb25b9896c4d97d168e10.tar.gz
remembering-6943d5bc1be6456efb7cb25b9896c4d97d168e10.tar.xz
tests/lib.sh: spaces -> tabs
Diffstat (limited to '')
-rwxr-xr-xtests/lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib.sh b/tests/lib.sh
index 957566e..1c623f6 100755
--- a/tests/lib.sh
+++ b/tests/lib.sh
@@ -13,7 +13,7 @@ assert_status() {
}
assert_usage() {
- if ! grep -Fq 'Usage' "$1"; then
+ if ! grep -Fq 'Usage' "$1"; then
echo 'Expected to find "Usage" text, it was missing:' >&2
cat "$1" >&2
exit 1