summaryrefslogtreecommitdiff
path: root/test/TEST-02-SYSTEMD
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2013-07-04 12:29:59 +0200
committerHarald Hoyer <harald@redhat.com>2013-07-04 12:31:15 +0200
commitb093aa2dc72b3424be0b6720ac5069b9b1574f81 (patch)
tree96089943337b7bcdbcf4d7bca1a31748022207db /test/TEST-02-SYSTEMD
parent32bd2fbb4c8f1d3e1951d75f32c080d4b42c49a4 (diff)
downloaddracut-b093aa2dc72b3424be0b6720ac5069b9b1574f81.tar.gz
dracut-b093aa2dc72b3424be0b6720ac5069b9b1574f81.tar.bz2
dracut-b093aa2dc72b3424be0b6720ac5069b9b1574f81.zip
beautified shell code
checked with shellcheck http://www.shellcheck.net/about.html
Diffstat (limited to 'test/TEST-02-SYSTEMD')
-rwxr-xr-xtest/TEST-02-SYSTEMD/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-02-SYSTEMD/test.sh b/test/TEST-02-SYSTEMD/test.sh
index a98c8ac4..155982c7 100755
--- a/test/TEST-02-SYSTEMD/test.sh
+++ b/test/TEST-02-SYSTEMD/test.sh
@@ -1,7 +1,7 @@
#!/bin/bash
TEST_DESCRIPTION="root filesystem on a ext3 filesystem"
-KVERSION=${KVERSION-$(uname -r)}
+KVERSION="${KVERSION-$(uname -r)}"
# Uncomment this to debug failures
#DEBUGFAIL="rd.shell"