Signed-off-by: Ian Jackson <iwj@xenproject.org>
Release-Acked-by: Ian Jackson <iwj@xenproject.org>
set -xe -o posix
arch=`perl -I. -e '
- use Osstest;
- use Osstest::TestSupport;
+ use Osstest;
+ use Osstest::TestSupport;
- tsreadconfig();
+ tsreadconfig();
- our $whhost = pop @ARGV; # arg parsing bodge
- $whhost ||= "host";
- our $ho = selecthost($whhost);
+ our $whhost = pop @ARGV; # arg parsing bodge
+ $whhost ||= "host";
+ our $ho = selecthost($whhost);
- print $ho->{Arch} or die $!;
- ' "$@"`
+ print $ho->{Arch} or die $!;
+ ' "$@"`
case "$arch" in
amd64)