mirror of
https://github.com/vgough/encfs.git
synced 2025-06-20 11:47:58 +02:00
tests: Get rid of df warnings
Like "Transport endpoint is not connected" when there is a stale FUSE mount lying around
This commit is contained in:
parent
1b5cde2273
commit
43a1cd3344
@ -191,7 +191,7 @@ sub truncate
|
|||||||
sub fileCreation
|
sub fileCreation
|
||||||
{
|
{
|
||||||
# create a file
|
# create a file
|
||||||
qx(df -ah > "$crypt/df.txt");
|
qx(df -ah > "$crypt/df.txt" 2> /dev/null);
|
||||||
ok( -f "$crypt/df.txt", "file created" );
|
ok( -f "$crypt/df.txt", "file created" );
|
||||||
|
|
||||||
# ensure there is an encrypted version.
|
# ensure there is an encrypted version.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user