aboutsummaryrefslogtreecommitdiff
path: root/test/segments/detect_virt.spec
diff options
context:
space:
mode:
authorDominik Ritter <dritter03@googlemail.com>2018-07-24 17:24:33 +0300
committerDominik Ritter <dritter03@googlemail.com>2018-07-24 17:24:33 +0300
commit4972f0b8eba711f0dafc46cdbb4e191d550da091 (patch)
treecac634f7706fc43973785ca467c2285423608d39 /test/segments/detect_virt.spec
parent822b820a6e0d7cec4ec60de23faecec6b77712b6 (diff)
Improve tests by making use of local variables
Diffstat (limited to 'test/segments/detect_virt.spec')
-rwxr-xr-xtest/segments/detect_virt.spec1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/segments/detect_virt.spec b/test/segments/detect_virt.spec
index f6cc2ee5..2dad6af0 100755
--- a/test/segments/detect_virt.spec
+++ b/test/segments/detect_virt.spec
@@ -17,7 +17,6 @@ function testDetectVirtSegmentPrintsNothingIfSystemdIsNotAvailable() {
local POWERLEVEL9K_CUSTOM_WORLD='echo world'
alias systemd-detect-virt="novirt"
-
assertEquals "%K{white} %F{black}world %k%F{white}%f " "$(build_left_prompt)"
unalias systemd-detect-virt