Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em committed Dec 2, 2023
1 parent 9f88f42 commit 17baca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pkg/test_extern/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ verify_output() {
# Normalize path separators from backslashes to forward slashes
sed 's#\\#/#g' |
awk '/error: stdout:/, /error: external command/' |
sed '/error: external command/d'}
sed '/error: external command/d'
}

lake build 2>&1 | verify_output > produced.txt
Expand Down

0 comments on commit 17baca2

Please sign in to comment.