mirror of
https://github.com/gromgit/homebrew-fuse.git
synced 2025-12-06 07:50:35 +00:00
test-fuse: don't try to run the example binaries
This commit is contained in:
parent
f769d41255
commit
09d09c7326
1 changed files with 0 additions and 1 deletions
|
|
@ -29,5 +29,4 @@ for u in "${examples[@]}"; do
|
|||
# Build it Homebrew-style
|
||||
f=${u##*/}; p=${f%.c}
|
||||
cmd clang -D_FILE_OFFSET_BITS=64 -I/usr/local/include/fuse -L/usr/local/lib -g -O2 -Wall -o "$p" "$f" -lfuse -lpthread
|
||||
cmd ./"$p" "$tmpdir"/test_mount
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue