[Parted-commits] GNU Parted Official Repository: Changes to 'master'

Jim Meyering meyering at alioth.debian.org
Fri May 18 10:39:30 UTC 2007


 tests/test-lib.sh |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 6658990cc39e81f6b3594cd6536569c4da53a604
Author: Jim Meyering <jim at meyering.net>
Date:   Thu May 17 13:21:00 2007 +0200

    Avoid spurious test failures due to buggy ncurses-5.6.
    * tests/test-lib.sh: Also unset TERM.

diff --git a/tests/test-lib.sh b/tests/test-lib.sh
index 170573d..8370963 100644
--- a/tests/test-lib.sh
+++ b/tests/test-lib.sh
@@ -12,6 +12,9 @@ export LANG LC_ALL TZ
 # CDPATH into the environment
 unset CDPATH
 
+# Avoid spurious test failures due to buggy ncurses-5.6.
+unset TERM
+
 # Each test should start with something like this, after copyright notices:
 #
 # test_description='Description of this test...



More information about the Parted-commits mailing list