diff --git a/tests/spaces.bats b/tests/spaces.bats index f9b6f8c..8c7cd15 100644 --- a/tests/spaces.bats +++ b/tests/spaces.bats @@ -7,7 +7,7 @@ function spaces_in_target_dir { #@test # shellcheck disable=SC2034 WAITTIME=4 # Set up directory structure and initialize remote - testdir=$(mktemp -d "/tmp/tmp space.XXXXXXX") + testdir=$(mktemp -d "/tmp/tmpspace.XXXXXXX") # shellcheck disable=SC2164 cd "$testdir" mkdir remote