Skip to content

Commit

Permalink
Do not test hard links with gcsfuse
Browse files Browse the repository at this point in the history
  • Loading branch information
gaul committed Feb 6, 2022
1 parent aa7377b commit 1ae4a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/misc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ supported()
fi
;;
link)
if [ "${fs}" = "FUSE.S3FS" ]; then
if [ "${fs}" = "FUSE.GCSFUSE" -o "${fs}" = "FUSE.S3FS" ]; then
return 1
fi
;;
Expand Down

0 comments on commit 1ae4a0a

Please sign in to comment.