Signed-off-by: Keegan McAllister <[email protected]>
---
 tests/test-modprobe/17compressed.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/test-modprobe/17compressed.sh 
b/tests/test-modprobe/17compressed.sh
index da92036..ee249bf 100755
--- a/tests/test-modprobe/17compressed.sh
+++ b/tests/test-modprobe/17compressed.sh
@@ -20,7 +20,7 @@ gzip $MODULE_DIR/noexport_nodep-$BITNESS.ko
 echo "# A comment" > $MODULE_DIR/modules.dep
 echo "/lib/modules/$MODTEST_UNAME/noexport_nodep-$BITNESS.ko.gz:" >> 
$MODULE_DIR/modules.dep
 
-SIZE=`wc -c < tests/data/$BITNESS/normal/noexport_nodep-$BITNESS.ko`
+SIZE=`wc -c < tests/data/$BITNESS$ENDIAN/normal/noexport_nodep-$BITNESS.ko`
 
 # No args
 [ "`modprobe noexport_nodep-$BITNESS 2>&1`" = "INIT_MODULE: $SIZE " ]
-- 
1.7.2.3

--
To unsubscribe from this list: send the line "unsubscribe linux-modules" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to