Skip to content

Commit 83d9233

Browse files
committed
tests: correct deluser -> userdel
1 parent c2d9574 commit 83d9233

18 files changed

Lines changed: 24 additions & 24 deletions

File tree

tests/main/interfaces-account-control/account-control-consumer-core18/bin/deluser

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
exec /usr/sbin/userdel "$@"

tests/main/interfaces-account-control/account-control-consumer-core18/meta/snap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ apps:
99
command: bin/useradd
1010
plugs: [account-control]
1111
deluser:
12-
command: bin/deluser
12+
command: bin/userdel
1313
plugs: [account-control]
1414
chpasswd:
1515
command: bin/chpasswd

tests/main/interfaces-account-control/account-control-consumer-core20/bin/deluser

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
exec /usr/sbin/userdel "$@"

tests/main/interfaces-account-control/account-control-consumer-core20/meta/snap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ apps:
99
command: bin/useradd
1010
plugs: [account-control]
1111
deluser:
12-
command: bin/deluser
12+
command: bin/userdel
1313
plugs: [account-control]
1414
chpasswd:
1515
command: bin/chpasswd

tests/main/interfaces-account-control/account-control-consumer-core22/bin/deluser

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
exec /usr/sbin/userdel "$@"

tests/main/interfaces-account-control/account-control-consumer-core22/meta/snap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ apps:
99
command: bin/useradd
1010
plugs: [account-control]
1111
deluser:
12-
command: bin/deluser
12+
command: bin/userdel
1313
plugs: [account-control]
1414
chpasswd:
1515
command: bin/chpasswd

tests/main/interfaces-account-control/account-control-consumer-core24/bin/deluser

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)