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

« back to all changes in this revision

Viewing changes to tests/test-depmod/07complex.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:
7
7
#   D: B
8
8
#   E:
9
9
 
10
 
for ENDIAN in -le -be; do
11
 
for BITNESS in 32 64; do
 
10
for ENDIAN in $TEST_ENDIAN; do
 
11
for BITNESS in $TEST_BITS; do
12
12
 
13
13
rm -rf tests/tmp/*
14
14