osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/42663?usp=email )
Change subject: tests/sysmo-octsim/run-tests: tempfile -> mktemp ......................................................................
tests/sysmo-octsim/run-tests: tempfile -> mktemp
Fix for: WARNING: tempfile is deprecated; consider using mktemp instead.
Change-Id: I785a81173aae7202e4c01ead0ced11142d2e1794 --- M tests/sysmo-octsim/run-tests 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved
diff --git a/tests/sysmo-octsim/run-tests b/tests/sysmo-octsim/run-tests index f4d5162..e33e858 100755 --- a/tests/sysmo-octsim/run-tests +++ b/tests/sysmo-octsim/run-tests @@ -8,7 +8,7 @@ TESTS=$* fi
-TMP=`tempfile` +TMP="$(mktemp)" NUM_FAIL=0
# prepare test card