Commit e27b25ab authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Don't install fuse/test/ in all.bash

parent 7b0c6d79
...@@ -7,6 +7,9 @@ for target in "clean" "install" ; do ...@@ -7,6 +7,9 @@ for target in "clean" "install" ; do
example/multizip example/unionfs example/memfs \ example/multizip example/unionfs example/memfs \
example/autounionfs ; \ example/autounionfs ; \
do do
if test "${target}" = "install" && test "${d}" = "fuse/test"; then
continue
fi
go ${target} github.com/hanwen/go-fuse/${d} go ${target} github.com/hanwen/go-fuse/${d}
done done
done done
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment