diff options
Diffstat (limited to 'test_exmachina.py')
| -rwxr-xr-x | test_exmachina.py | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/test_exmachina.py b/test_exmachina.py index 3039129..ec73def 100755 --- a/test_exmachina.py +++ b/test_exmachina.py @@ -65,6 +65,9 @@ def main():      print client.initd.status("greentooth")      print "(expect Error on the above line)"      print client.initd.status("bluetooth") +    print client.apt.install("pkg_which_does_not_exist") +    print client.apt.remove("pkg_which_does_not_exist") +    #print client.apt.update() # can be slow...      client.close()  if __name__ == '__main__':  | 
