From 7a332892bd0877f5d251ef3df4033c2242344eec Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Sun, 16 Jun 2019 09:41:26 +1200 Subject: [PATCH] Fixes for windows --- src/commands/classified.rs | 2 +- tests/enter.out | 2 +- tests/enter.txt | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/commands/classified.rs b/src/commands/classified.rs index cb8fb4692a..797193ecaf 100644 --- a/src/commands/classified.rs +++ b/src/commands/classified.rs @@ -221,7 +221,7 @@ impl ExternalCommand { } } else { for arg in &self.args { - process = process.arg(arg); + process = process.arg(arg.item.clone()); } } } diff --git a/tests/enter.out b/tests/enter.out index 37622491df..10a6a46d7a 100644 --- a/tests/enter.out +++ b/tests/enter.out @@ -1 +1 @@ -S +markup diff --git a/tests/enter.txt b/tests/enter.txt index 5c5c0e6998..98dc1b2373 100644 --- a/tests/enter.txt +++ b/tests/enter.txt @@ -2,6 +2,9 @@ cd tests enter test.json cd glossary cd GlossDiv -ls title | echo $it +cd GlossList +cd GlossEntry +cd GlossSee +ls | echo $it exit exit