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

This commit is contained in:
Ville Skyttä 2012-01-18 23:43:11 +02:00
parent 6f3d650e23
commit d7a6fb1f47
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ sync_after_int
set test "should complete filepaths" set test "should complete filepaths"
assert_complete "/lib/" "modinfo /li" $test -nospace assert_complete "/tmp/" "modinfo /tm" $test -nospace
sync_after_int sync_after_int

View File

@ -40,7 +40,7 @@ sync_after_int
set test "should complete filepaths" set test "should complete filepaths"
assert_complete "/lib/" "modprobe /li" $test -nospace assert_complete "/tmp/" "modprobe /tm" $test -nospace
sync_after_int sync_after_int