Skip to content

Commit

Permalink
Fix shfmt lint
Browse files Browse the repository at this point in the history
  • Loading branch information
edcdavid committed Aug 19, 2024
1 parent 22864e7 commit bf8324b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
make build
./basic 2>&1| sed 's/time="[^"]*" //' > test/actual.txt
diff test/actual.txt test/expected.txt
make build
./basic 2>&1 | sed 's/time="[^"]*" //' >test/actual.txt
diff test/actual.txt test/expected.txt

0 comments on commit bf8324b

Please sign in to comment.