Skip to content

Commit 9ae63f9

Browse files
authored
minor: fix update-spec-tests.sh (#1741)
1 parent e816b86 commit 9ae63f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

etc/update-spec-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ EXCLUDE=""
3232
if [ "$1" = "client-side-encryption" ]; then
3333
EXCLUDE="--exclude=legacy/"
3434
fi
35-
rsync -ah "$tmpdir/specifications-$REF"*"/source/$1/tests/" "${DEST}/$1" --delete "${EXCLUDE}"
35+
rsync -ah ${EXCLUDE} --delete "$tmpdir/specifications-$REF"*"/source/$1/tests/" "${DEST}/$1"
3636

3737
if [ "$1" = "client-side-encryption" ]; then
3838
mkdir -p "${DEST}/testdata/$1/data"

0 commit comments

Comments
 (0)