tests: Always run unit tests

This commit is contained in:
Jakob Unterwurzacher 2014-10-20 20:33:23 +02:00
parent 0e8e1dd20c
commit 6adc1e4a8f

View File

@ -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');