The preceding change solved part of the problem. Now ginstall fails.
authorJim Meyering <jim@meyering.net>
Sat, 10 Mar 2007 09:36:25 +0000 (10:36 +0100)
committerJim Meyering <jim@meyering.net>
Sat, 10 Mar 2007 09:36:25 +0000 (10:36 +0100)
* tests/install/basic-1: Temporarily, don't redirect ginstall's
stderr to /dev/null, so I can see why the NFS autobuilder's NFS test
is failing.

ChangeLog
tests/install/basic-1

index 62c64463ac914c64ee49c1e43e2eda6fe951eae4..0d35e77e28ea91c42d91f6a3e05426c8ea79dd58 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2007-03-10  Jim Meyering  <jim@meyering.net>
 
+       The preceding change solved part of the problem.  Now ginstall fails.
+       * tests/install/basic-1: Temporarily, don't redirect ginstall's
+       stderr to /dev/null, so I can see why the NFS autobuilder's NFS test
+       is failing.
+
        * tests/install/basic-1: When setting up an unreadable "." in an
        inaccessible parent, make the parent inaccessible *after* making "."
        unreadable.  Otherwise, running "chmod a-r ." in an already-
index aeb2e37cf00c3e2a45e069e84f1edee7592e7b66..78a8375520e1616cae15e0d339f011b1515926fa 100755 (executable)
@@ -131,7 +131,7 @@ test -d xx/rel && fail=1
 # inaccessible parent.  coreutils 5.97 fails this test.
 mkdir -p sub1/d || fail=1
 (cd sub1/d && chmod a-r . && chmod a-rx .. &&
- ginstall -d "$abs/xx/zz" rel/a rel/b 2> /dev/null) || fail=1
+ ginstall -d "$abs/xx/zz" rel/a rel/b) || fail=1
 chmod 755 sub1 sub1/d || fail=1
 test -d xx/zz || fail=1
 test -d sub1/d/rel/a || fail=1