This commit is contained in:
Dmitry Kuzmenko 2020-04-28 15:34:52 +03:00 committed by Daniel Wozniak
parent f24669d608
commit b8f82fadcf

View file

@ -21,7 +21,7 @@ class EnabledTest(ModuleCase):
"""
cmd = (
"printf '%s\n' first second third | wc -l ; "
"printf '%s\\n' first second third | wc -l ; "
"export SALTY_VARIABLE='saltines' && echo $SALTY_VARIABLE ; "
"echo duh &> /dev/null"
)