Unit test call fixed

This commit is contained in:
Sergey Lyubka 2013-01-27 20:49:30 +00:00
parent dc513a9a15
commit 7ed94d1918

View File

@ -456,7 +456,7 @@ sub do_PUT_test {
}
sub do_unit_test {
my $target = on_windows() ? 'windows_unit_test' : 'unix_unit_test';
my $target = on_windows() ? 'w' : 'u';
system("make $target") == 0 or fail("Unit test failed!");
}