Skip to content

Commit 979d376

Browse files
committed
Fix macos issue
1 parent a47080d commit 979d376

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration-test.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1003,14 +1003,14 @@ cp expired-license.tri license.lic
10031003
searchmsg="Check trial license failed"
10041004

10051005
csih_inform "Case E1.1: generate capsule in expired license"
1006-
rm -rf _pytransform.dll _pytransform.so
1006+
rm -rf _pytransform.dll _pytransform.so _pytransform.dylib
10071007
$PYTHON pyarmor.py capsule foo >result.log 2>&1 \
10081008
&& csih_bug "Case E1.1 FAILED: return zero code"
10091009
grep -q "$searchmsg" result.log \
10101010
|| csih_bug "Case E1.1 FAILED: unexpected message"
10111011

10121012
csih_inform "Case E1.2: encrypt script in expired license"
1013-
rm -rf _pytransform.dll _pytransform.so
1013+
rm -rf _pytransform.dll _pytransform.so _pytransform.dylib
10141014
$PYTHON pyarmor.py encrypt --mode=0 -O dist foo.py >result.log 2>&1 \
10151015
&& csih_bug "Case E1.2 FAILED: return zero code"
10161016
grep -q "$searchmsg" result.log \

0 commit comments

Comments
 (0)