Skip to content

Commit c36be5f

Browse files
committed
Format pl file
1 parent 27243a6 commit c36be5f

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

test/cli.pl

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
# ---------------------------------------------------------------
33
# Test File : cli.pl
44
# Test Authors : Aoran Zeng <ccmywish@qq.com>
5+
# Contributors : Nil Null <nil@null.org>
56
# Created On : <2024-06-05>
6-
# Last Modified : <2025-07-22>
7+
# Last Modified : <2025-08-07>
78
#
89
# 测试 chsrc 可执行文件
910
# ---------------------------------------------------------------
@@ -43,18 +44,18 @@
4344

4445

4546
if ((defined $ARGV[0]) && ($ARGV[0] eq 'fastcheck')) {
46-
say "Fast checking, done testing.";
47-
done_testing;
48-
exit 0;
47+
say "Fast checking, done testing.";
48+
done_testing;
49+
exit 0;
4950
}
5051

5152
my $has_ruby = system 'ruby -v';
5253
if ($has_ruby == 0) {
53-
say "Ruby exists. Go on testing.";
54+
say "Ruby exists. Go on testing.";
5455
} else {
55-
say "No Ruby. End testing.";
56-
done_testing;
57-
exit 0;
56+
say "No Ruby. End testing.";
57+
done_testing;
58+
exit 0;
5859
}
5960

6061
my $get_ruby = qr/gem sources/;

0 commit comments

Comments
 (0)