Skip to content

Commit ebabf7e

Browse files
committed
Fix testcase issue in linux32
1 parent 2732664 commit ebabf7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ $PYTHON pyarmor.py encrypt --mode=6 -C project.zip -O test_mode6 co_consts.py >r
480480
if [[ -f test_mode6/co_consts.pyc ]] ; then
481481
cd test_mode6
482482
cp ../license-no-restrict.txt license.lic
483-
grep -q "\(Module comment\|Hello\|Function comment\|jondy\|bob\|time\)" co_consts.pyc \
483+
grep -q "\(Module comment\|Hello\|Function comment\|jondy\|time\)" co_consts.pyc \
484484
&& csih_bug "Case 2.7 FAILED: co_consts still in clear text"
485485
cat <<EOF > main.py
486486
import pyimcore

0 commit comments

Comments
 (0)