From d7a6fb1f47d5daafb555f09fb5d9bd544ae99ec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Wed, 18 Jan 2012 23:43:11 +0200 Subject: [PATCH] testsuite: Fix spurious modinfo and modprobe test failures on systems that have /lib and /lib64 dirs. --- test/lib/completions/modinfo.exp | 2 +- test/lib/completions/modprobe.exp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/lib/completions/modinfo.exp b/test/lib/completions/modinfo.exp index 2f6e4134..bd8f965c 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 5391d4a5..a1cd6987 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