X-Git-Url: https://www.nos-oignons.net/gitweb/gestion-adh.git/blobdiff_plain/13767cc69697b7eaf4be6e47788efe636b56b6fd..56d63dc536c09e07e7de107a76500ecc92cf7cb7:/features/support/mock_mailman/sudo diff --git a/features/support/mock_mailman/sudo b/features/support/mock_mailman/sudo deleted file mode 100755 index a0ac546..0000000 --- a/features/support/mock_mailman/sudo +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -if ! [ "-u" = "$1" ] && ! [ "list" = "$2" ]; then - echo "Bad call" >&2 - exit 1 -fi - -shift 2 - -exec "$@"