mirror of
https://github.com/vgough/encfs.git
synced 2025-06-20 03:37:50 +02:00
tests: Always run unit tests
This commit is contained in:
parent
0e8e1dd20c
commit
6adc1e4a8f
@ -9,6 +9,9 @@ use Digest::MD5 qw(md5_hex);
|
|||||||
|
|
||||||
my $tempDir = $ENV{'TMPDIR'} || "/tmp";
|
my $tempDir = $ENV{'TMPDIR'} || "/tmp";
|
||||||
|
|
||||||
|
# run unit tests
|
||||||
|
ok( system("./encfs/test 2> /dev/null") == 0, "unit tests");
|
||||||
|
|
||||||
# test filesystem in standard config mode
|
# test filesystem in standard config mode
|
||||||
&runTests('standard');
|
&runTests('standard');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user