diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-09-07 17:19:01 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-09-07 17:19:01 +0200 |
commit | 9a6a29c19d0e0bfd6e5d7cf3f4e4bcc332a03160 (patch) | |
tree | 3ea694e945a692c558070313ebf2d01889b3644f /units/suspend | |
parent | 4c3ca3c4713cab297107193b18a6f8fe5fe87663 (diff) |
units:suspend: typo (network_wait.py -> network_wait.sh)
Diffstat (limited to 'units/suspend')
-rw-r--r-- | units/suspend/suspend.pxu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/suspend/suspend.pxu b/units/suspend/suspend.pxu index b058915..68662d8 100644 --- a/units/suspend/suspend.pxu +++ b/units/suspend/suspend.pxu @@ -407,7 +407,7 @@ id: suspend/network_after_suspend estimated_duration: 20.0 depends: suspend/suspend_advanced suspend/network_before_suspend _description: Test the network after resuming. -command: network_wait.py; gateway_ping_test.py | diff "$PLAINBOX_SESSION_SHARE"/network_before_suspend.txt - +command: network_wait.sh; gateway_ping_test.py | diff "$PLAINBOX_SESSION_SHARE"/network_before_suspend.txt - plugin: shell category_id: com.canonical.plainbox::suspend |