testsuite: Fix spurious modinfo and modprobe test failures on systems that have /lib and /lib64 dirs.
This commit is contained in:
parent
6f3d650e23
commit
d7a6fb1f47
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user