X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fuse%2Ftest-fuse.sh;h=cfa277aa603a75da11c8c1f02b6bed8a6e7b4694;hp=0a429f73b30fa3b649f1c53480064a36875ed223;hb=f7d18c84dde596699ffc5100fec2cf7b0d582450;hpb=54ea124b160eda705c96dfc664b4056848887856 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"