[PATCH] Added test script to enter pin to sim card.

2009-11-24 Thread Ryan M. Raasch
--- test/enter-pin.py | 28 1 files changed, 28 insertions(+), 0 deletions(-) create mode 100755 test/enter-pin.py diff --git a/test/enter-pin.py b/test/enter-pin.py new file mode 100755 index 000..77de93a --- /dev/null +++ b/test/enter-pin.py @@ -0,0 +1,28 @@

Re: [PATCH] Added test script to enter pin to sim card.

2009-11-24 Thread Marcel Holtmann
Hi Ryan, --- test/enter-pin.py | 28 1 files changed, 28 insertions(+), 0 deletions(-) create mode 100755 test/enter-pin.py don't forget to modify EXTRA_DIST of Makefile.am and please remove the .py suffix. We don't do that with our test scripts. diff --git