Skip to content

Commit

Permalink
fix: tests should match stderr for verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Apr 6, 2023
1 parent a1147f2 commit b1b0477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/car/testdata/script/create-extract.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
car create --file=out.car foo.txt bar.txt
mkdir out
car extract -v -f out.car out
stdout -count=2 'txt$'
stderr -count=2 'txt$'
stderr -count=1 '^extracted 2 file\(s\)$'
car create --file=out2.car out/foo.txt out/bar.txt
cmp out.car out2.car
Expand Down

0 comments on commit b1b0477

Please sign in to comment.