X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fuse%2Ftest-fuse.sh;h=cfa277aa603a75da11c8c1f02b6bed8a6e7b4694;hb=df711241fff32036acbc3fae10486816cbdd8ef9;hp=0a429f73b30fa3b649f1c53480064a36875ed223;hpb=0d6fd9e1d2488841c912c5351086e536772837ef;p=libguestfs.git diff --git a/fuse/test-fuse.sh b/fuse/test-fuse.sh index 0a429f7..cfa277a 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"