X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=run_tests.sh;h=a3dcb365972f9e1ea686dae32d21ce07e5bc0716;hb=5c2c6d3286e691f8a5b61bc2d83b9cc07bb18e9d;hp=a260b52fdc18019a7ba9b44b5ca42104b66f293e;hpb=16a79e753a964df8c87af9151731878f804bc85d;p=rrq%2Ffuse_xattrs.git diff --git a/run_tests.sh b/run_tests.sh index a260b52..a3dcb36 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -1,7 +1,8 @@ #!/usr/bin/env bash mkdir -p test/mount -./fuse_xattrs -o nonempty test/mount/ +mkdir -p test/source +./fuse_xattrs -o nonempty test/source/ test/mount/ pushd test @@ -13,6 +14,7 @@ set -e popd fusermount -zu test/mount +rm -d test/source rm -d test/mount exit ${RESULT}