The following commit has been merged in the master branch:
commit 5882061fec512fc3a61f9a668c225b0e3c3cce90
Author: Ville Skyttä <[email protected]>
Date:   Sun Jan 1 14:35:05 2012 +0200

    Revert "testsuite(_filedir): Ignore compopt error msg when invoking 
_filedir directly."
    
    This reverts commit 8726cb1970510c4af90cd5655c09818fcef663ce.

diff --git a/test/unit/_filedir.exp b/test/unit/_filedir.exp
index 62c5955..0bba831 100644
--- a/test/unit/_filedir.exp
+++ b/test/unit/_filedir.exp
@@ -46,8 +46,7 @@ setup
 
 
 set test "_filedir should run without errors"
-# Filter out "compopt: not currently executing completion function" error msg
-assert_bash_exec {_filedir 2>&1 >/dev/null | sed -e /compopt:/d} $test
+assert_bash_exec {_filedir > /dev/null} $test
 
 
 sync_after_int

-- 
bash-completion

_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-commits

Reply via email to