[Parted-commits] GNU Parted Official Repository: Changes to 'stable-1.8.x'

Otavio Salvador otavio at alioth.debian.org
Fri May 18 13:10:26 UTC 2007


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

New commits:
commit 46f5f38838c2d1f7c048519151d2cfb56eb8fb76
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.
    (cherry picked from commit 6658990cc39e81f6b3594cd6536569c4da53a604)

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