mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-22 13:28:33 +03:00
pySim-prog_test: fix typo
Related: OS#6094 Change-Id: I6432ee3ee948fea697067fb3857cb9b83b1f8422
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Utility to verify the functionality of pysim-prog.py
|
# Utility to verify the functionality of pySim-prog.py
|
||||||
#
|
#
|
||||||
# (C) 2018 by Sysmocom s.f.m.c. GmbH
|
# (C) 2018 by Sysmocom s.f.m.c. GmbH
|
||||||
# All Rights Reserved
|
# All Rights Reserved
|
||||||
@@ -27,7 +27,7 @@ PYTHON=python3
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
echo "pySim-prog_test - a test program to test pysim-prog.py"
|
echo "pySim-prog_test - a test program to test pySim-prog.py"
|
||||||
echo "======================================================"
|
echo "======================================================"
|
||||||
|
|
||||||
# Generate a list of the cards we expect to see by checking which .ok files
|
# Generate a list of the cards we expect to see by checking which .ok files
|
||||||
|
|||||||
Reference in New Issue
Block a user