From 6b197f2a03fa03a2a853cf726d47be2ea4c623b6 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 24 May 2012 15:27:53 +0200 Subject: [PATCH 1/1] test/TEST-01-BASIC: untabified --- test/TEST-01-BASIC/test.sh | 78 +++++++++++++++++++------------------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/test/TEST-01-BASIC/test.sh b/test/TEST-01-BASIC/test.sh index ace159f59..c84fb668b 100755 --- a/test/TEST-01-BASIC/test.sh +++ b/test/TEST-01-BASIC/test.sh @@ -56,35 +56,35 @@ EOF (cd ../..; make DESTDIR=$initdir install) # install possible missing libraries - for i in $initdir/{sbin,bin}/* $initdir/lib/systemd/*; do + for i in $initdir/{sbin,bin}/* $initdir/lib/systemd/*; do inst_libs $i done # activate kmsg import - echo 'ImportKernel=yes' >> $initdir/etc/systemd/journald.conf + echo 'ImportKernel=yes' >> $initdir/etc/systemd/journald.conf # make a journal directory - mkdir -p $initdir/var/log/journal + mkdir -p $initdir/var/log/journal # install some basic config files - inst /etc/sysconfig/init - inst /etc/passwd - inst /etc/shadow - inst /etc/group - inst /etc/shells - inst /etc/nsswitch.conf - inst /etc/pam.conf - inst /etc/securetty - inst /etc/os-release + inst /etc/sysconfig/init + inst /etc/passwd + inst /etc/shadow + inst /etc/group + inst /etc/shells + inst /etc/nsswitch.conf + inst /etc/pam.conf + inst /etc/securetty + inst /etc/os-release inst /etc/localtime # we want an empty environment - > $initdir/etc/environment + > $initdir/etc/environment # set the hostname - echo systemd-testsuite > $initdir/etc/hostname + echo systemd-testsuite > $initdir/etc/hostname # setup the testsuite target - cat >$initdir/etc/systemd/system/testsuite.target <$initdir/etc/systemd/system/testsuite.target <$initdir/etc/systemd/system/testsuite.service <$initdir/etc/systemd/system/testsuite.service <$initdir/etc/rc.d/rc.local <