Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
WindSoilder committed Oct 23, 2023
1 parent d4854b9 commit 32ade31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/nu-command/tests/commands/redirection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ fn redirect_support_variable() {

assert!(output.out.contains("hello"));

// FIXME: this doesn't work, currently nushell returns an error.
let output = nu!(
cwd: dirs.test(),
"let x = 'tmp_file'; echo 'hello' out+err> $x; open tmp_file"
Expand Down

0 comments on commit 32ade31

Please sign in to comment.