summaryrefslogtreecommitdiff
path: root/testenv/fakes
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-03-19 23:08:11 +0300
committerMaxim Devaev <[email protected]>2022-03-19 23:08:11 +0300
commitd4c307b804f3328e9b9d25314c261c390ceaa128 (patch)
tree7caf1ccbee134cd673237c2a3f0ea93e7ccb63f1 /testenv/fakes
parentc2634cb69f7d32076bb17f846ae18cc85d6ed8de (diff)
vcgencmd measure_temp and thermal_zone0 are the same
Diffstat (limited to 'testenv/fakes')
-rwxr-xr-xtestenv/fakes/vcgencmd1
1 files changed, 0 insertions, 1 deletions
diff --git a/testenv/fakes/vcgencmd b/testenv/fakes/vcgencmd
index 3f4990c6..3985bc1f 100755
--- a/testenv/fakes/vcgencmd
+++ b/testenv/fakes/vcgencmd
@@ -1,5 +1,4 @@
#!/bin/sh
case $1 in
get_throttled) echo "throttled=0x0";;
- measure_temp) echo "temp=35.0'C";;
esac