[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.90-118-g3ccfe02

Ville Skyttä ville.skytta at iki.fi
Sun Jan 1 12:57:52 UTC 2012


The following commit has been merged in the master branch:
commit 5882061fec512fc3a61f9a668c225b0e3c3cce90
Author: Ville Skyttä <ville.skytta at iki.fi>
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



More information about the Bash-completion-commits mailing list