#!/bin/sh
set -e
-TESTDIR=$(readlink -f $(dirname $0))
-. $TESTDIR/framework
+TESTDIR="$(readlink -f "$(dirname "$0")")"
+. "$TESTDIR/framework"
setupenvironment
configarchitecture "i386"
done
if [ "$(id -u)" = '0' ]; then
# Release file can't be accessed by _apt
- testsuccesswithnotice aptget update -q=0
+ testsuccesswithnotice aptget update
fi
#everything (too) permissive