take space out to make sure tests pass

bugfix-109-spaces
Dave Musicant (home machine) 1 year ago
parent 641230668f
commit 910f143505

@ -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

Loading…
Cancel
Save