summaryrefslogtreecommitdiffstats
path: root/plugins/sudoers/regress/cvtsudoers/test10.sh
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sudoers/regress/cvtsudoers/test10.sh')
-rwxr-xr-xplugins/sudoers/regress/cvtsudoers/test10.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/sudoers/regress/cvtsudoers/test10.sh b/plugins/sudoers/regress/cvtsudoers/test10.sh
new file mode 100755
index 0000000..38550a9
--- /dev/null
+++ b/plugins/sudoers/regress/cvtsudoers/test10.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+#
+# Test command defaults filtering
+#
+
+: ${CVTSUDOERS=cvtsudoers}
+
+$CVTSUDOERS -c "" -f sudoers -s aliases,privileges -d command $TESTDIR/sudoers
+
+exit 0