summaryrefslogtreecommitdiff
path: root/testenv/fakes
diff options
context:
space:
mode:
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