~ubuntu-core-dev/module-init-tools/ubuntu

« back to all changes in this revision

Viewing changes to tests/test-depmod/08basedir.sh

  • Committer: Scott James Remnant
  • Date: 2009-07-16 15:24:17 UTC
  • mfrom: (152.1.38)
  • Revision ID: scott@netsplit.com-20090716152417-7ak1sklxb59cs4fz
MergeĀ 3.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Simple tests of generation of 32-bit and 64-bit modules.dep with basedir
3
3
 
4
 
for ENDIAN in -le -be; do
5
 
for BITNESS in 32 64; do
 
4
for ENDIAN in $TEST_ENDIAN; do
 
5
for BITNESS in $TEST_BITS; do
6
6
 
7
7
rm -rf tests/tmp/*
8
8