diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 11:33:15 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 11:33:15 +0200 |
commit | bf2a950f06c727604f99111d5dba3828fa429072 (patch) | |
tree | 49aa5fbbab0941fa5662fd15f36880cf5a18233a /units | |
parent | 06f88fc75c416f0cfd1e5fa33795962e33d87033 (diff) |
bin:hdd_parking -> hdd_parking.py
Diffstat (limited to 'units')
-rw-r--r-- | units/disk/jobs.pxu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/disk/jobs.pxu b/units/disk/jobs.pxu index 91559de..fc85e9d 100644 --- a/units/disk/jobs.pxu +++ b/units/disk/jobs.pxu @@ -150,7 +150,7 @@ requires: executable.name == 'hdapsd' depends: input/accelerometer user: root -command: hdd_parking +command: hdd_parking.py _description: PURPOSE: This test checks that a systems drive protection mechanism works properly. |