Edit

kc3-lang/automake/tests/copy.test

Branch :

  • Show log

    Commit

  • Author : Pavel Roskin
    Date : 2001-03-06 00:48:20
    Hash : db434bde
    Message : * tests/copy.test: Never use `rm' without `-f' - it may ask questions, notably for read-only files during `make distcheck'. * tests/insh.test: Likewise. * tests/installsh.test: Likewise. * tests/symlink.test: Likewise. * tests/symlink2.test: Likewise. * tests/symlink3.test: Likewise.

  • tests/copy.test
  • #! /bin/sh
    
    # Test to make sure `-c' works.  Report from Andris Pavenis.
    
    . $srcdir/defs || exit 1
    
    : > Makefile.am
    rm -f install-sh
    
    $AUTOMAKE -c -a