Skip to content

Commit ef154fe

Browse files
committed
Fix cli test
1 parent 066a377 commit ef154fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/cli.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Test Authors : Aoran Zeng <[email protected]>
55
# Contributors : Nil Null <[email protected]>
66
# Created On : <2024-06-05>
7-
# Last Modified : <2025-08-07>
7+
# Last Modified : <2025-08-11>
88
#
99
# 测试 chsrc 可执行文件
1010
# ---------------------------------------------------------------
@@ -29,7 +29,7 @@
2929
my $list_str = qr/mirrorz\s*MirrorZ\s*.*\ntuna\s*TUNA/;
3030
like `./chsrc ls`, $list_str, 'chsrc ls';
3131
like `./chsrc list mirrors`, $list_str, 'chsrc list mirrors';
32-
like `./chsrc list os`, qr/debian\s*ubuntu/, 'chsrc list os';
32+
like `./chsrc list os`, qr/netbsd\s*openbsd/, 'chsrc list os';
3333
like `./chsrc list ware`, qr/brew\s*homebrew/, 'chsrc list ware';
3434

3535

0 commit comments

Comments
 (0)