Better NetInfo behaviour.
Jarkko Hietaniemi [Sun, 29 Nov 1998 10:33:40 +0000 (10:33 +0000)]
p4raw-id: //depot/cfgperl@2382

t/op/grent.t
t/op/pwent.t

index e0cd7a8..2e5aaa9 100755 (executable)
@@ -9,9 +9,9 @@ BEGIN {
 
     $where = $GR;
 
-    if (-x "/usr/bin/nidump") {
+    if (-x "/usr/bin/nidump") { # nidump is not just NeXT/OpenStep
        if (open(GR, "nidump group . |")) {
-           $where = "NetInfo";
+           $where = "NetInfo group";
        } else {
            print "1..0\n";
            exit 0;
index 1365588..1dcad26 100755 (executable)
@@ -9,9 +9,9 @@ BEGIN {
 
     $where = $PW;
 
-    if (-x "/usr/bin/nidump") {
+    if (-x "/usr/bin/nidump") { # nidump is not just NeXT/OpenStep
        if (open(PW, "nidump passwd . |")) {
-           $where = "NetInfo";
+           $where = "NetInfo passwd";
        } else {
            print "1..0\n";
            exit 0;