From f869b6e292f4fb269e81619287526978ae2b3419 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Thu, 5 Sep 2024 06:07:29 +0800 Subject: [PATCH] Fix test typo --- test/cli.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/cli.pl b/test/cli.pl index b435008..3525437 100644 --- a/test/cli.pl +++ b/test/cli.pl @@ -3,7 +3,7 @@ # Test File : cli.pl # Test Authors : Aoran Zeng # Created On : <2024-06-05> -# Last Modified : <2024-09-04> +# Last Modified : <2024-09-05> # # 测试 chsrc 可执行文件 # --------------------------------------------------------------- @@ -48,7 +48,7 @@ if ($ARGV[0] eq 'fastcheck') { exit 0; } -my $has_ruby = system 'ruby1 -v'; +my $has_ruby = system 'ruby -v'; if ($has_ruby == 0) { say "Ruby exists. Go on testing."; } else {