mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 23:43:26 +01: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";
|
||||
|
||||
# run unit tests
|
||||
ok( system("./encfs/test 2> /dev/null") == 0, "unit tests");
|
||||
|
||||
# test filesystem in standard config mode
|
||||
&runTests('standard');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user