summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2012-01-24 13:12:00 -0500
committerNalin Dahyabhai <nalin@redhat.com>2012-01-24 13:12:00 -0500
commit0c70b2c9fda067d4fa3ddc160e77c4275b647a62 (patch)
tree3fb87131a9aecd326f88f53699f54fb68cdab94e /tests
parentf81bef36f83f0787dc84ee86187f2d7668a69758 (diff)
downloadslapi-nis-0c70b2c9fda067d4fa3ddc160e77c4275b647a62.tar.gz
slapi-nis-0c70b2c9fda067d4fa3ddc160e77c4275b647a62.tar.xz
slapi-nis-0c70b2c9fda067d4fa3ddc160e77c4275b647a62.zip
- expect first/next to get us to the end
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test37-nis-multi/before.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test37-nis-multi/before.sh b/tests/test37-nis-multi/before.sh
index a49cf3e..b6c5365 100755
--- a/tests/test37-nis-multi/before.sh
+++ b/tests/test37-nis-multi/before.sh
@@ -5,4 +5,6 @@ $YP -c maplist example.com
for map in name2mac mac2name ; do
echo all contents of example.com:"$map":
$YP -c all example.com $map | LANG=C sort
+ echo cat contents of example.com:"$map":
+ $YP cat example.com $map | LANG=C sort
done