aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_bindfs.rb
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2023-11-27 19:28:00 +0200
committerGitHub <noreply@github.com>2023-11-27 19:28:00 +0200
commit47f4cac457c3583548c0d7dba402568a1e0871b8 (patch)
treed1154d31d6419094601c5e0b41cdc1084cf28589 /tests/test_bindfs.rb
parent5e7ddd09888a7825aeb4ecf4da69bdf52af76bb2 (diff)
parent4e4c9a75b1fd4ea42e645d87152fa5028c0d80d1 (diff)
downloadbindfs-47f4cac457c3583548c0d7dba402568a1e0871b8.tar.gz
Merge pull request #151 from hartwork/codespell-ci
Make CI reject spelling errors using codespell + fix five typos
Diffstat (limited to 'tests/test_bindfs.rb')
-rwxr-xr-xtests/test_bindfs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_bindfs.rb b/tests/test_bindfs.rb
index 5adda52..22f356f 100755
--- a/tests/test_bindfs.rb
+++ b/tests/test_bindfs.rb
@@ -973,7 +973,7 @@ testenv("", :title => "socket files") do
end
end
-# FIXME: this stuff around testenv is a hax, and testenv may also exit(), which defeats the 'ensure' below.
+# FIXME: this stuff around testenv is a hack, and testenv may also exit(), which defeats the 'ensure' below.
# the test setup ought to be refactored. It might well use MiniTest or something.
# TODO: support FreeBSD in this test (different group management commands)
if Process.uid == 0 && `uname`.strip == 'Linux'