summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2019-05-23 08:51:19 -0400
committerTavian Barnes <tavianator@tavianator.com>2019-05-23 08:51:19 -0400
commitecd079c32272783144d881647f81eea8cce39386 (patch)
tree830b693c6feafa5a98519ea2b85f42149b988acd
parentce4c6999190f4dc3c4c0b5192bb0382655b2e3bd (diff)
downloadbfs-ecd079c32272783144d881647f81eea8cce39386.tar.xz
tests: Fix a typo
-rwxr-xr-xtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.sh b/tests.sh
index 9e2f830..15e341d 100755
--- a/tests.sh
+++ b/tests.sh
@@ -1175,7 +1175,7 @@ function test_L_notdir() {
}
function test_L_loops() {
- # POSIX says it's okay to either stop of keep going on seeing a filesystem
+ # POSIX says it's okay to either stop or keep going on seeing a filesystem
# loop, as long as a diagnostic is printed
local errors="$(invoke_bfs -L loops 2>&1 >/dev/null)"
[ -n "$errors" ]