diff --git a/encfs/tests.t b/encfs/tests.t index 4c9e6c0..aa894cf 100644 --- a/encfs/tests.t +++ b/encfs/tests.t @@ -193,6 +193,7 @@ sub mount sub cleanup { my $fusermount = qx(which fusermount); + chomp($fusermount); if(-f $fusermount) { qx($fusermount -u "$crypt");