tags 635102 + patch
thanks

Here’s a debdiff that just removes this failing test in
debian/patches/disable-test-notty.patch, along with the two other tests
that were already removed there for the same reason.

Anders

diff -u tcsh-6.17.06/debian/changelog tcsh-6.17.06/debian/changelog
--- tcsh-6.17.06/debian/changelog
+++ tcsh-6.17.06/debian/changelog
@@ -1,3 +1,10 @@
+tcsh (6.17.06-2) unstable; urgency=low
+
+  * debian/patches/disable-test-notty.patch: Disable an additional test
+    that fails when not running with a TTY.  (Closes: #635102)
+
+ -- Anders Kaseorg <ande...@mit.edu>  Tue, 20 Sep 2011 20:00:11 -0400
+
 tcsh (6.17.06-1) unstable; urgency=low
 
   * new upstream version
diff -u tcsh-6.17.06/debian/patches/disable-test-notty.patch 
tcsh-6.17.06/debian/patches/disable-test-notty.patch
--- tcsh-6.17.06/debian/patches/disable-test-notty.patch
+++ tcsh-6.17.06/debian/patches/disable-test-notty.patch
@@ -30,0 +31,13 @@
+--- a/tests/lexical.at
++++ b/tests/lexical.at
+@@ -33,10 +33,6 @@ AT_SETUP([Comments])
+ AT_CHECK([echo 'echo OK@%:@comment' | tcsh -f], , [OK
+ ])
+ 
+-AT_CHECK([tcsh -f -c 'echo @%:@no comment'], ,
+-[@%:@no comment
+-])
+-
+ AT_DATA([comment2.csh],
+ [[echo testing...@%:@\
+ OK

Reply via email to