From 735b04eff721a28e791714c0da4c8ac5726bfbcf Mon Sep 17 00:00:00 2001 From: RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> Date: Thu, 4 Jan 2024 02:37:26 +0100 Subject: Fix tests --- plugins/tests/test_check_swap.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 plugins/tests/test_check_swap.t (limited to 'plugins/tests/test_check_swap.t') diff --git a/plugins/tests/test_check_swap.t b/plugins/tests/test_check_swap.t old mode 100644 new mode 100755 index 97c651a8..826fae01 --- a/plugins/tests/test_check_swap.t +++ b/plugins/tests/test_check_swap.t @@ -1,6 +1,6 @@ #!/usr/bin/perl use Test::More; if (! -e "./test_check_swap") { - plan skip_all => "./test_swap not compiled - please enable libtap library to test"; + plan skip_all => "./test_check_swap not compiled - please enable libtap library to test"; } exec "./test_check_swap"; -- cgit v1.2.3-74-g34f1