Skip to content

Commit

Permalink
Merge branch 'gvfs-pr10' into gvfs-pr11
Browse files Browse the repository at this point in the history
  • Loading branch information
diqiu50 committed Jan 22, 2025
2 parents c7f1701 + 9c26f36 commit 2940167
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions clients/filesystem-fuse/tests/bin/gvfs_fuse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ start_gvfs_fuse() {
make build

echo "Starting gvfs-fuse-daemon"
mkdir -p target/debug/gvfs-dir
$CLIENT_FUSE_DIR/target/debug/gvfs-fuse mount $MOUNT_DIR $MOUNT_FROM_LOCATION -c $TEST_CONFIG_FILE -f > \
$CLIENT_FUSE_DIR/target/debug/fuse.log 2>&1 &
check_gvfs_fuse_ready
Expand Down
2 changes: 1 addition & 1 deletion clients/filesystem-fuse/tests/conf/gvfs_fuse_s3.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
file_mask= 0o600
dir_mask= 0o700
fs_type = "gvfs"
data_path = "target/debug/gvfs-fuse"
data_dir = "target/debug/gvfs-dir"

[fuse.properties]
key1 = "value1"
Expand Down

0 comments on commit 2940167

Please sign in to comment.