Skip to content

Commit

Permalink
testsuite: Fix spurious modinfo and modprobe test failures on systems…
Browse files Browse the repository at this point in the history
… that have /lib and /lib64 dirs.
  • Loading branch information
scop committed Jan 18, 2012
1 parent 6f3d650 commit d7a6fb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/lib/completions/modinfo.exp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/lib/completions/modprobe.exp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7a6fb1

Please sign in to comment.