From 251468e76b88e302671fd7a2d62e6508102ee6b8 Mon Sep 17 00:00:00 2001 From: Jondy Zhao Date: Fri, 10 Jul 2020 14:14:31 +0800 Subject: [PATCH] Fix case no typo --- tests/function-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/function-test.sh b/tests/function-test.sh index 702771ab..8751699a 100755 --- a/tests/function-test.sh +++ b/tests/function-test.sh @@ -492,7 +492,7 @@ check_return_value check_file_content $dist/result.log 'Found 92 solutions' not check_file_content $dist/result.log 'License is expired' -csih_inform "C-39. Test obfuscate command with special license outer" +csih_inform "C-40. Test obfuscate command with special license outer" dist=test-outer-license $PYARMOR obfuscate -O $dist --with-license outer examples/simple/queens.py >result.log 2>&1 check_return_value