diff options
Diffstat (limited to 'tests/test_macro_processor.sh')
-rwxr-xr-x | tests/test_macro_processor.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_macro_processor.sh b/tests/test_macro_processor.sh index daee5d2..96fc04a 100755 --- a/tests/test_macro_processor.sh +++ b/tests/test_macro_processor.sh @@ -9,7 +9,7 @@ test () { var2=$(echo "$file_content" | awk -v RS="\n---\n" 'NR==2') if [ "$ALL_OUTPUT" -eq 0 ]; then - res=$(echo -n "$var1" | smp 2> /dev/null) + res=$(echo -n "$var1" | smp -U 2> /dev/null) else res=$(echo -n "$var1" | smp) fi |