From 7ed94d191860bc2b4f430fc8b9bd5b232b6e5a12 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka <valenok@gmail.com> Date: Sun, 27 Jan 2013 20:49:30 +0000 Subject: [PATCH] Unit test call fixed --- test/test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.pl b/test/test.pl index 1b1018cbf..d41b337da 100644 --- a/test/test.pl +++ b/test/test.pl @@ -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!"); } -- GitLab