osmith has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ccid-firmware
refs/changes/63/42663/1
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
--
To view, visit https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/42663?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ccid-firmware
Gerrit-Branch: master
Gerrit-Change-Id: I785a81173aae7202e4c01ead0ced11142d2e1794
Gerrit-Change-Number: 42663
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>