]> nos-oignons.net Git - gestion-adh.git/blobdiff - features/support/mock_mailman/sudo
Switch to Mailman 3 REST API for “ag” subscriptions
[gestion-adh.git] / features / support / mock_mailman / sudo
diff --git a/features/support/mock_mailman/sudo b/features/support/mock_mailman/sudo
deleted file mode 100755 (executable)
index a0ac546..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-if ! [ "-u" = "$1" ] && ! [ "list" = "$2" ]; then
-       echo "Bad call" >&2
-       exit 1
-fi
-
-shift 2
-
-exec "$@"