Makefile.in: (check-unix): ultrix "test" does not support -x
authorEzra Peisach <epeisach@mit.edu>
Thu, 11 Jan 1996 23:34:13 +0000 (23:34 +0000)
committerEzra Peisach <epeisach@mit.edu>
Thu, 11 Jan 1996 23:34:13 +0000 (23:34 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7310 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/ChangeLog
src/lib/krb5/os/Makefile.in

index b77b45d5f418ef31740c14c8b6f965f87117fce4..c07b3609fe0da6c9ef2dec0f48728189a1121818 100644 (file)
@@ -1,3 +1,7 @@
+Thu Jan 11 18:32:54 1996  Ezra Peisach  (epeisach@paris)
+
+       * Makefile.in (check-unix): Ultrix test does not support -x.
+
 Fri Jan  5 09:00:47 1996  Ezra Peisach  <epeisach@kangaroo.mit.edu>
 
        * locate_kdc.c (krb5_locate_kdc): Add parrentheses for assignment
index 946430686866263a07a391f9f27c60f5afdd281c..9fd7e7dcd0c8aa2b3704f24d412794161644aaae 100644 (file)
@@ -133,7 +133,7 @@ check-unix::
        echo '  default_realm = r' >> ./t_an.conf
        echo '[realms]' >> ./t_an.conf
        echo 'r = {' >> ./t_an.conf
-       if test -x ../../../admin/aname/kdb5_anadd ; then \
+       if test -r ../../../admin/aname/kdb5_anadd ; then \
                ../../../admin/aname/kdb5_anadd -a -n ./t_an p/i/i/i@r piii; \
                ../../../admin/aname/kdb5_anadd -a -n ./t_an p/a/b/c@r pabc; \
                echo 'auth_to_local = DB:./t_an' >> ./t_an.conf; \
@@ -142,7 +142,7 @@ check-unix::
                >> ./t_an.conf
        echo 'auth_to_local = DEFAULT' >> ./t_an.conf
        echo '}' >> ./t_an.conf
-       if test -x ../../../admin/aname/kdb5_anadd ; then \
+       if test -r ../../../admin/aname/kdb5_anadd ; then \
                KRB5_CONFIG=./t_an.conf ; export KRB5_CONFIG ; \
                ./t_an_to_ln p/i/i/i@r p/a/b/c@r; \
        fi