X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fuse%2Ftest-fuse.sh;h=344ab582ff03166d9c060bb5a16b72b5186b5448;hb=e494a59921456d854a070612dad3e7c1e83f30a1;hp=dfc944dd9f015ff85c95f7b3f2847089b6a650e5;hpb=a41b116767cfb0880fae10ad1d59d652e74f8529;p=libguestfs.git diff --git a/fuse/test-fuse.sh b/fuse/test-fuse.sh index dfc944d..344ab58 100755 --- a/fuse/test-fuse.sh +++ b/fuse/test-fuse.sh @@ -31,6 +31,10 @@ nr_stages=$(grep "^stage " $0 | wc -l) # and move to that directory for the initial phase of the script. top_builddir=$(cd "$top_builddir" > /dev/null; pwd) +# Set TMPDIR so the appliance doesn't conflict with globally +# installed libguestfs. +export TMPDIR=$top_builddir + # Set libguestfs up for running locally. export LIBGUESTFS_PATH="$top_builddir/appliance"