[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.90-140-gd7a6fb1

Ville Skyttä ville.skytta at iki.fi
Wed Jan 18 21:44:23 UTC 2012


The following commit has been merged in the master branch:
commit d7a6fb1f47d5daafb555f09fb5d9bd544ae99ec6
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Wed Jan 18 23:43:11 2012 +0200

    testsuite: Fix spurious modinfo and modprobe test failures on systems that have /lib and /lib64 dirs.

diff --git a/test/lib/completions/modinfo.exp b/test/lib/completions/modinfo.exp
index 2f6e413..bd8f965 100644
--- a/test/lib/completions/modinfo.exp
+++ b/test/lib/completions/modinfo.exp
@@ -26,7 +26,7 @@ sync_after_int
 
 
 set test "should complete filepaths"
-assert_complete "/lib/" "modinfo /li" $test -nospace
+assert_complete "/tmp/" "modinfo /tm" $test -nospace
 
 
 sync_after_int
diff --git a/test/lib/completions/modprobe.exp b/test/lib/completions/modprobe.exp
index 5391d4a..a1cd698 100644
--- a/test/lib/completions/modprobe.exp
+++ b/test/lib/completions/modprobe.exp
@@ -40,7 +40,7 @@ sync_after_int
 
 
 set test "should complete filepaths"
-assert_complete "/lib/" "modprobe /li" $test -nospace
+assert_complete "/tmp/" "modprobe /tm" $test -nospace
 
 
 sync_after_int

-- 
bash-completion



More information about the Bash-completion-commits mailing list