busybox/shell/ash_test/ash-misc/export1.tests
Denys Vlasenko 63d765e666 shells: add tests for backslashes in export VAR=VAL
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2019-05-14 19:15:20 +02:00

3 lines
33 B
Plaintext
Executable File

export Z='\w \\ \ \'
echo "|$Z|"