Skip to content

Commit

Permalink
Removed bad cat that would result in printing outputs from minishell …
Browse files Browse the repository at this point in the history
…when not needed
  • Loading branch information
jteissie committed Jul 29, 2024
1 parent 1d25b7f commit 4cb933d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions shell_buster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ do
# Process minishell output
sed '1d;/minishell>/d' "$TEMP_DIR/minishell_output" > "$TEMP_DIR/minishell_processed"

cat "$TEMP_DIR/minishell_processed"

if ! diff -q "$TEMP_DIR/bash_output" "$TEMP_DIR/minishell_processed" >/dev/null
then
echo "Difference in stdout for command: $cmd"
Expand Down

0 comments on commit 4cb933d

Please sign in to comment.