aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2014-05-05 15:12:34 +0200
committerLukas Larsson <[email protected]>2014-05-05 15:12:34 +0200
commit0b4e2f6e72e66beecb6f78107fab2ddbcbbe9057 (patch)
tree0471a02bcd19a261a84b94b4bc6350c53c262e03 /erts/emulator/test
parent3b26d2971a43891c0d25508dacf88414f6e41b50 (diff)
parent9633e0ebc304cb003b3ef06433e6b7ccdc9e983a (diff)
downloadotp-0b4e2f6e72e66beecb6f78107fab2ddbcbbe9057.tar.gz
otp-0b4e2f6e72e66beecb6f78107fab2ddbcbbe9057.tar.bz2
otp-0b4e2f6e72e66beecb6f78107fab2ddbcbbe9057.zip
Merge branch 'lukas/erts/win32_spawn_exec_quoting/OTP-11905'
* lukas/erts/win32_spawn_exec_quoting/OTP-11905: win32: Fix quoting of paths
Diffstat (limited to 'erts/emulator/test')
-rw-r--r--erts/emulator/test/port_SUITE.erl6
1 files changed, 6 insertions, 0 deletions
diff --git a/erts/emulator/test/port_SUITE.erl b/erts/emulator/test/port_SUITE.erl
index e01b2f253b..738d60b8a4 100644
--- a/erts/emulator/test/port_SUITE.erl
+++ b/erts/emulator/test/port_SUITE.erl
@@ -1405,6 +1405,12 @@ spawn_executable(Config) when is_list(Config) ->
run_echo_args(SpaceDir,[ExactFile2,"hello world","dlrow olleh"]),
[ExactFile2,"hello world","dlrow olleh"] =
run_echo_args(SpaceDir,[binary, ExactFile2,"hello world","dlrow olleh"]),
+
+ [ExactFile2,"hello \"world\"","\"dlrow\" olleh"] =
+ run_echo_args(SpaceDir,[binary, ExactFile2,"hello \"world\"","\"dlrow\" olleh"]),
+ [ExactFile2,"hello \"world\"","\"dlrow\" olleh"] =
+ run_echo_args(SpaceDir,[binary, ExactFile2,"hello \"world\"","\"dlrow\" olleh"]),
+
[ExactFile2] = run_echo_args(SpaceDir,[default]),
[ExactFile2,"hello world","dlrow olleh"] =
run_echo_args(SpaceDir,[switch_order,ExactFile2,"hello world",