Edit

kc3-lang/automake/tests/insh.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1996-04-03 22:16:37
    Hash : 37e78c3c
    Message : Bug fix with test

  • tests/insh.test
  • #! /bin/sh
    
    # Test for bug where missing mkinstalldirs give bogus error about
    # missing install-sh.
    
    . $srcdir/defs || exit 1
    
    rm mkinstalldirs
    
    : > Makefile.am
    
    $AUTOMAKE > out 2>&1 && exit 1
    
    grep mkinstalldirs out