summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2012-05-24 15:26:09 +0200
committerHarald Hoyer <harald@redhat.com>2012-05-24 15:32:51 +0200
commit7c1856aacd4f5d41dc320860490afda18c4a7495 (patch)
tree2790b9f317e96ff52941acdb5993736a06df0f0f /test
parent680705351da905b6e797be61b51e6cba275b1ea5 (diff)
test/TEST-01-BASIC: add /etc/localtime to test image
Diffstat (limited to 'test')
-rwxr-xr-xtest/TEST-01-BASIC/test.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/TEST-01-BASIC/test.sh b/test/TEST-01-BASIC/test.sh
index a34b55aa6..5987edf3d 100755
--- a/test/TEST-01-BASIC/test.sh
+++ b/test/TEST-01-BASIC/test.sh
@@ -10,10 +10,10 @@ KVERSION=${KVERSION-$(uname -r)}
test_run() {
qemu-kvm \
- -hda $TESTDIR/rootdisk.img \
- -m 256M -nographic \
- -net none -kernel /boot/vmlinuz-$KVERSION \
- -append "root=/dev/sda1 systemd.log_level=debug raid=noautodetect loglevel=2 init=/usr/lib/systemd/systemd rw console=ttyS0,115200n81 selinux=0 $DEBUGFAIL"
+ -hda $TESTDIR/rootdisk.img \
+ -m 256M -nographic \
+ -net none -kernel /boot/vmlinuz-$KVERSION \
+ -append "root=/dev/sda1 systemd.log_level=debug raid=noautodetect loglevel=2 init=/usr/lib/systemd/systemd rw console=ttyS0,115200n81 selinux=0 $DEBUGFAIL"
ret=1
mkdir -p $TESTDIR/root
mount ${LOOPDEV}p1 $TESTDIR/root
@@ -47,7 +47,7 @@ EOF
# Create what will eventually be our root filesystem onto an overlay
(
LOG_LEVEL=5
- initdir=$TESTDIR/root
+ initdir=$TESTDIR/root
# create the basic filesystem layout
setup_basic_dirs
@@ -76,7 +76,7 @@ EOF
inst /etc/pam.conf
inst /etc/securetty
inst /etc/os-release
-
+ inst /etc/localtime
# we want an empty environment
> $initdir/etc/environment