laforge has submitted this change. ( https://gerrit.osmocom.org/c/pysim/+/34041 )
Change subject: pySim-prog_test: fix typo ......................................................................
pySim-prog_test: fix typo
Related: OS#6094 Change-Id: I6432ee3ee948fea697067fb3857cb9b83b1f8422 --- M tests/pySim-prog_test.sh 1 file changed, 12 insertions(+), 2 deletions(-)
Approvals: Jenkins Builder: Verified osmith: Looks good to me, approved
diff --git a/tests/pySim-prog_test.sh b/tests/pySim-prog_test.sh index f248768..f518618 100755 --- a/tests/pySim-prog_test.sh +++ b/tests/pySim-prog_test.sh @@ -1,6 +1,6 @@ #!/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 # All Rights Reserved @@ -27,7 +27,7 @@
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 "======================================================"
# Generate a list of the cards we expect to see by checking which .ok files