[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
"make check" fails in fileutils-4.1 if SIMPLE_BACKUP_SUFFIX in env
From: |
Duncan Roe |
Subject: |
"make check" fails in fileutils-4.1 if SIMPLE_BACKUP_SUFFIX in env |
Date: |
Tue, 8 Oct 2002 15:00:11 +1000 |
User-agent: |
Mutt/1.2.5i |
Hi,
fileutils/fileutils-4.1/tests/cp/backup-is-src doesn't take account that the
user might have SIMPLE_BACKUP_SUFFIX in the environment: "make check" fails in
this case.
Because it's only the shell script's environment, I think it should be OK to
simply remove SIMPLE_BACKUP_SUFFIX, as in the attached patch.
It's not a simple job to replace ~ with a shell variable in this script because
of the <<\EOF
Cheers ... Duncan.
patch_for_cp
Description: Text document
- "make check" fails in fileutils-4.1 if SIMPLE_BACKUP_SUFFIX in env,
Duncan Roe <=