summaryrefslogtreecommitdiffstats
path: root/tests/test36-nis-nested-groups/after.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test36-nis-nested-groups/after.sh')
-rwxr-xr-xtests/test36-nis-nested-groups/after.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/test36-nis-nested-groups/after.sh b/tests/test36-nis-nested-groups/after.sh
new file mode 100755
index 0000000..27afbdf
--- /dev/null
+++ b/tests/test36-nis-nested-groups/after.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+echo map list:
+$YP maplist example.com
+$YP -c maplist example.com
+for map in `$YP maplist example.com` ; do
+ echo contents of example.com:"$map":
+ $YP cat example.com $map
+done